Specify instruction encoding using range list to avoid endianess issues.
[oota-llvm.git] / Makefile.rules
index a7a4879910995f71ae4f3751ff4300c93bb2d8a4..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
@@ -1750,13 +1754,13 @@ check-line-length:
        @echo searching for overlength lines in files: $(Sources)
        @echo
        @echo
-       @egrep -n '.{81}' $(Sources) /dev/null
+       egrep -n '.{81}' $(Sources) /dev/null
 
 check-for-tabs:
        @echo searching for tabs in files: $(Sources)
        @echo
        @echo
-       @egrep -n '     ' $(Sources) /dev/null
+       egrep -n '      ' $(Sources) /dev/null
 
 check-footprint:
        @ls -l $(LibDir) | awk '\