Large mechanical patch.
[oota-llvm.git] / Makefile.config.in
index f3a9346592890a2029e951823bd869308af5758b..5a0dcd59c3a31e3d4515f498a9fe47a4edf5cf43 100644 (file)
@@ -234,6 +234,9 @@ ENABLE_THREADS := @ENABLE_THREADS@
 # Do we want to build with position independent code?
 ENABLE_PIC := @ENABLE_PIC@
 
+# Use -fvisibility-inlines-hidden?
+ENABLE_VISIBILITY_INLINES_HIDDEN := @ENABLE_VISIBILITY_INLINES_HIDDEN@
+
 # This option tells the Makefiles to produce verbose output.
 # It essentially prints the commands that make is executing
 #VERBOSE = 1