llvm-project/lldb/test/make
Ilia K feda0b7ea9 Disable GCC optimizations for builtin functions in lldb tests
This patch adds new default flag -fno-builtin which forces gcc to not optimize builtin functions.
For example, without this flag GCC replaces printf("hello\n") -> puts("hello") even if -O0 was specified

Also this patch fixes the MiDataTestCase.test_lldbmi_data_disassemble test on Linux/gcc.

llvm-svn: 237118
2015-05-12 12:13:12 +00:00
..
Makefile.rules Disable GCC optimizations for builtin functions in lldb tests 2015-05-12 12:13:12 +00:00
test_common.h Fix makefiles to build shared library tests on Windows. 2015-03-13 21:51:11 +00:00