[llvm] 5a996c6 - Add triple target to buildtype.ll in X86 (#145764)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 26 08:57:45 PDT 2025


Author: jjasmine
Date: 2025-06-26T16:57:40+01:00
New Revision: 5a996c6ed760e8a56d3009a08d2f9ed52331715b

URL: https://github.com/llvm/llvm-project/commit/5a996c6ed760e8a56d3009a08d2f9ed52331715b
DIFF: https://github.com/llvm/llvm-project/commit/5a996c6ed760e8a56d3009a08d2f9ed52331715b.diff

LOG: Add triple target to buildtype.ll in X86 (#145764)

Fixes issue #145416.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll b/llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll
index cebbc162fcb3a..b178392eb9508 100644
--- a/llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll
+++ b/llvm/test/DebugInfo/assignment-tracking/X86/large-type.ll
@@ -1,6 +1,8 @@
 ; RUN: llc %s -stop-after=finalize-isel -o - \
 ; RUN: | FileCheck %s --implicit-check-not=DBG_
 
+target triple = "x86_64-unknown-linux-gnu"
+
 ;; Based on optimized IR from C source:
 ;; int main () {
 ;;   char a1[__INT_MAX__];


        


More information about the llvm-commits mailing list