diff options
Diffstat (limited to 'llvm/test/DebugInfo/global.ll')
-rw-r--r-- | llvm/test/DebugInfo/global.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/global.ll b/llvm/test/DebugInfo/global.ll index 5475b251d64..3c97f0cb227 100644 --- a/llvm/test/DebugInfo/global.ll +++ b/llvm/test/DebugInfo/global.ll @@ -6,9 +6,6 @@ ; Also test that the null streamer doesn't crash with debug info. ; RUN: %llc_dwarf -O0 -filetype=null < %s -; Test the null streamer with a terget streamer too. -; RUN: llc -O0 -filetype=null -mtriple=arm-linux < %s - ; generated from the following source compiled to bitcode with clang -g -O1 ; static int i; ; int main() { |