[llvm] e65131a - MC,test: Specify explicit triple for include.ll
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 09:49:10 PDT 2025
Author: Fangrui Song
Date: 2025-06-12T09:49:06-07:00
New Revision: e65131a56335fc6b8e47c609f17df50ea65577b4
URL: https://github.com/llvm/llvm-project/commit/e65131a56335fc6b8e47c609f17df50ea65577b4
DIFF: https://github.com/llvm/llvm-project/commit/e65131a56335fc6b8e47c609f17df50ea65577b4.diff
LOG: MC,test: Specify explicit triple for include.ll
The output is subject to .set or = difference.
Added:
Modified:
llvm/test/MC/AsmParser/include.ll
Removed:
################################################################################
diff --git a/llvm/test/MC/AsmParser/include.ll b/llvm/test/MC/AsmParser/include.ll
index 22c9eaf7a36e9..625fdd9e1e595 100644
--- a/llvm/test/MC/AsmParser/include.ll
+++ b/llvm/test/MC/AsmParser/include.ll
@@ -1,6 +1,4 @@
-; RUN: llc -I %p/Inputs -filetype asm -o - %s | FileCheck %s
-; UNSUPPORTED: target={{.*}}-zos{{.*}},target=nvptx{{.*}}
-; REQUIRES: default_triple
+; RUN: llc -mtriple=x86_64 -I %p/Inputs -filetype asm -o - %s | FileCheck %s
module asm ".include \22module.x\22"
More information about the llvm-commits
mailing list