diff options
| author | Ilia K <ki.stfu@gmail.com> | 2015-05-12 12:13:12 +0000 |
|---|---|---|
| committer | Ilia K <ki.stfu@gmail.com> | 2015-05-12 12:13:12 +0000 |
| commit | feda0b7ea95a8b2908ba8f6b5a25e55158206fdf (patch) | |
| tree | f3e0cbc3a5be641a28a93cf8af08fd0b2cf00ad1 /llvm/test/CodeGen/Generic/exception-handling.ll | |
| parent | 32cd69a2ebc1ca06ceba22c3a19899dcddeabf35 (diff) | |
| download | bcm5719-llvm-feda0b7ea95a8b2908ba8f6b5a25e55158206fdf.tar.gz bcm5719-llvm-feda0b7ea95a8b2908ba8f6b5a25e55158206fdf.zip | |
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
Diffstat (limited to 'llvm/test/CodeGen/Generic/exception-handling.ll')
0 files changed, 0 insertions, 0 deletions

