]> granicus.if.org Git - llvm/commitdiff
[DebugInfo] Use llc instead of llc_dwarf to fix this test.
authorDavide Italiano <davide@freebsd.org>
Fri, 8 Dec 2017 17:15:50 +0000 (17:15 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 8 Dec 2017 17:15:50 +0000 (17:15 +0000)
We work around the fact that some platforms add a triple when
they expand llc_dwarf in lit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320164 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/nodebug.ll

index 67dd6549a4c749c56a94a8fca294c45f41bf4ae5..a5ad5e08c412624aaf1fff5b5698277fa211485c 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: object-emission
 
-; RUN: %llc_dwarf < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s
+; RUN: llc < %s -filetype=obj -mtriple=x86_64-apple-darwin | llvm-dwarfdump -v - | FileCheck %s
 
 ; Test that a nodebug function (a function not appearing in the debug info IR
 ; metadata subprogram list) with DebugLocs on its IR doesn't cause crashes/does