diff options
| author | David Blaikie <dblaikie@gmail.com> | 2015-01-29 20:17:15 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2015-01-29 20:17:15 +0000 |
| commit | 939ce9c79ed012ef1c3ce57737cf269e9f1b328b (patch) | |
| tree | c8dca0a8a9d2bd45a0e370b400f5debb29de9d0c /llvm/test | |
| parent | 06a3b92868c36fec216e31a8d3b5024a9ba6249a (diff) | |
| download | bcm5719-llvm-939ce9c79ed012ef1c3ce57737cf269e9f1b328b.tar.gz bcm5719-llvm-939ce9c79ed012ef1c3ce57737cf269e9f1b328b.zip | |
Remove erroneous REQUIRES: object-emission for asm test.
llvm-svn: 227486
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/X86/line.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/line.ll b/llvm/test/DebugInfo/X86/line.ll index b9156ec8499..05c25d2772b 100644 --- a/llvm/test/DebugInfo/X86/line.ll +++ b/llvm/test/DebugInfo/X86/line.ll @@ -1,5 +1,3 @@ -; REQUIRES: object-emission - ; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %s | FileCheck %s ; From source: |

