Skip to content

Commit 1e1af2f

Browse files
badumbatishAnthony Tran
authored andcommitted
Add triple target to buildtype.ll in X86 (llvm#145764)
Fixes issue llvm#145416.
1 parent 5817365 commit 1e1af2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
; RUN: llc %s -stop-after=finalize-isel -o - \
22
; RUN: | FileCheck %s --implicit-check-not=DBG_
33

4+
target triple = "x86_64-unknown-linux-gnu"
5+
46
;; Based on optimized IR from C source:
57
;; int main () {
68
;; char a1[__INT_MAX__];

0 commit comments

Comments
 (0)