diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-06-02 23:58:52 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-06-02 23:58:52 +0000 |
commit | 8d2763bd024370e118b533d3f9dbacb27d2de95f (patch) | |
tree | 2ec1e9ae25a7107d899ec22afbd77667a0c924ec /llvm/test/DebugInfo/Inputs | |
parent | 24df841234d1bf34c39eb312e4ce6668bf97bf9a (diff) | |
download | bcm5719-llvm-8d2763bd024370e118b533d3f9dbacb27d2de95f.tar.gz bcm5719-llvm-8d2763bd024370e118b533d3f9dbacb27d2de95f.zip |
Testcase cleanup: remove an unused RUN line in an input file.
llvm-svn: 271614
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
-rw-r--r-- | llvm/test/DebugInfo/Inputs/gmlt.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Inputs/gmlt.ll b/llvm/test/DebugInfo/Inputs/gmlt.ll index d6016d1c043..dc02e77909f 100644 --- a/llvm/test/DebugInfo/Inputs/gmlt.ll +++ b/llvm/test/DebugInfo/Inputs/gmlt.ll @@ -1,5 +1,4 @@ ; REQUIRES: object-emission -; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s ; Generated from the following source compiled with clang++ -gmlt: ; void f1() {} |