X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=d0d83c038be1308a06fca124ab5b8ae6628db37e;hb=3ed7d37cbf5391aefab75205d95b3ac2077f1203;hp=e99d4960bbb60be450ae8aff6a669310225021f5;hpb=0783f0d0a3d07a05c493fdd8b9a8b89eee467117;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index e99d4960bbb..d0d83c038be 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -241,6 +241,10 @@ else endif endif +#ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1) +# CXX.Flags += -fvisibility-inlines-hidden +#endif + # IF REQUIRES_EH=1 is specified then don't disable exceptions ifndef REQUIRES_EH CXX.Flags += -fno-exceptions