new testcase, fails on X86 and probably others
[oota-llvm.git] / Makefile.rules
index 9f07c1ad6837f117ed359cfbff3d3878fca46d88..18db58d6331a9d6c24f61421604e3a64201c2ae6 100644 (file)
@@ -769,8 +769,10 @@ $(warning Bytecode libraries require llvm-gcc which could not be found ****)
 else
 
 # make the C and C++ compilers strip debug info out of bytecode libraries.
+ifndef DEBUG_RUNTIME
 BCCompile.C += -Wa,-strip-debug
 BCCompile.CXX += -Wa,-strip-debug
+endif
 
 all-local:: $(LibName.BCA)