diff options
| author | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-07-30 07:05:27 +0000 |
|---|---|---|
| committer | Michael Pozulp <pozulp.llvm@gmail.com> | 2019-07-30 07:05:27 +0000 |
| commit | 074db9b8e97aefbd7cd95f856dd1b06d3ec19fd1 (patch) | |
| tree | 02d5f638ae230356c11cb082ec4a9ee06b5542a4 /llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test | |
| parent | f9108f76fa877926b9989d10aa08cd12c3bfdc5f (diff) | |
| download | bcm5719-llvm-074db9b8e97aefbd7cd95f856dd1b06d3ec19fd1.tar.gz bcm5719-llvm-074db9b8e97aefbd7cd95f856dd1b06d3ec19fd1.zip | |
Revert "[llvm-objdump] Add warning messages if disassembly + source for problematic inputs"
This reverts r367284 (git commit b1cbe51bdf44098c74f5c74b7bcd8c041a7c6772).
My changes to LLVMSymbolizer caused a test to fail:
http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/29488
llvm-svn: 367286
Diffstat (limited to 'llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test')
| -rw-r--r-- | llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test b/llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test index 628edd5c550..15f7b7ecb22 100644 --- a/llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test +++ b/llvm/test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test @@ -1,15 +1,13 @@ ## Test that if an object has no debug information, only the disassembly is -## printed when --source is specified, and that we emit a warning. +## printed when --source is specified. # RUN: sed -e "s,SRC_COMPDIR,%/p/Inputs,g" %p/Inputs/source-interleave.ll > %t.ll # RUN: llc -o %t.o -filetype=obj -mtriple=x86_64-pc-linux %t.ll # RUN: llvm-objcopy --strip-debug %t.o %t2.o # RUN: llvm-objdump --source %t.o | FileCheck %s --check-prefixes=CHECK,SOURCE -# RUN: llvm-objdump --source %t2.o 2> %t2.e | FileCheck %s --check-prefixes=CHECK --implicit-check-not='main()' -# RUN: FileCheck %s --input-file %t2.e --check-prefixes=WARN -DFILE=%t2.o +# RUN: llvm-objdump --source %t2.o | FileCheck %s --implicit-check-not='main()' -# WARN: warning: failed to parse debug information for [[FILE]] # CHECK: 0000000000000010 main: # SOURCE-NEXT: ; int main() { # CHECK-NEXT: 10: 55 pushq %rbp |

