Add trampoline support for the new FastCC calling
[oota-llvm.git] / Makefile.rules
index 6470b8d458aa0cb329743837b9e94e0ac2bb0ad6..d0d83c038be1308a06fca124ab5b8ae6628db37e 100644 (file)
@@ -241,9 +241,9 @@ else
   endif
 endif
 
-ifeq ($(ENABLE_VISIBILITY_INLINES_HIDDEN),1)
-    CXX.Flags += -fvisibility-inlines-hidden
-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