Skip to content

Commit 4650b2f

Browse files
committed
Attempt to fix a debuginfo test that wasn't as generic as I thought
An ARM buildbot croaks when this test doesn't have a triple specified: http://lab.llvm.org:8011/builders/clang-cmake-armv7-quick/builds/12021/ Move the test to the X86 directory and put an x86_64 triple on the llc command line.
1 parent a3b2552 commit 4650b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/Generic/codegenprep-addrsink.ll renamed to llvm/test/DebugInfo/X86/codegenprep-addrsink.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -start-before=codegenprepare -stop-after=codegenprepare %s -o - | FileCheck %s
1+
; RUN: llc -start-before=codegenprepare -stop-after=codegenprepare -mtriple=x86_64-unknown-unknown %s -o - | FileCheck %s
22
;
33
; CGP duplicates address calculation into each basic block that contains loads
44
; or stores, so that they can be folded into instruction memory operands for

0 commit comments

Comments
 (0)