Specify instruction encoding using range list to avoid endianess issues.
[oota-llvm.git] / Makefile.rules
index e99d4960bbb60be450ae8aff6a669310225021f5..d0d83c038be1308a06fca124ab5b8ae6628db37e 100644 (file)
@@ -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