summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-06-19 19:26:42 +0000
committerEric Christopher <echristo@gmail.com>2014-06-19 19:26:42 +0000
commit74fc19ebf43051fa3da353c8f043d0b651f964c0 (patch)
tree3c1e0be362a4010e77a43e28d65ab424ac854b95 /test
parent580a14ff48136183f7904f3a951c37c81409a73e (diff)
downloadllvm-74fc19ebf43051fa3da353c8f043d0b651f964c0.tar.gz
llvm-74fc19ebf43051fa3da353c8f043d0b651f964c0.tar.bz2
llvm-74fc19ebf43051fa3da353c8f043d0b651f964c0.tar.xz
Fix this test a little harder - use llc_dwarf to make sure we don't
try to execute it on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211298 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/ELF/cfi-version.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ELF/cfi-version.ll b/test/MC/ELF/cfi-version.ll
index dfe2c36d55..0588fcd45d 100644
--- a/test/MC/ELF/cfi-version.ll
+++ b/test/MC/ELF/cfi-version.ll
@@ -1,6 +1,6 @@
-; RUN: llc %s -o - -dwarf-version 2 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF2
-; RUN: llc %s -o - -dwarf-version 3 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
-; RUN: llc %s -o - -dwarf-version 4 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
+; RUN: %llc_dwarf %s -o - -dwarf-version 2 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF2
+; RUN: %llc_dwarf %s -o - -dwarf-version 3 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
+; RUN: %llc_dwarf %s -o - -dwarf-version 4 -filetype=obj | llvm-dwarfdump - | FileCheck %s --check-prefix=DWARF34
; Function Attrs: nounwind
define i32 @foo() #0 {