[llvm] de93f7e - MC,test: Add explicit triple
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon May 26 21:19:31 PDT 2025
Author: Fangrui Song
Date: 2025-05-26T21:19:26-07:00
New Revision: de93f7ed0d615060735ad15e720f2497ed1d2468
URL: https://github.com/llvm/llvm-project/commit/de93f7ed0d615060735ad15e720f2497ed1d2468
DIFF: https://github.com/llvm/llvm-project/commit/de93f7ed0d615060735ad15e720f2497ed1d2468.diff
LOG: MC,test: Add explicit triple
The test does not work for COFF.
Added:
Modified:
llvm/test/MC/AsmParser/equate-cycle.s
Removed:
################################################################################
diff --git a/llvm/test/MC/AsmParser/equate-cycle.s b/llvm/test/MC/AsmParser/equate-cycle.s
index f253bfa374f59..ba005da83b0a9 100644
--- a/llvm/test/MC/AsmParser/equate-cycle.s
+++ b/llvm/test/MC/AsmParser/equate-cycle.s
@@ -1,4 +1,4 @@
-# RUN: not llvm-mc -filetype=obj %s -o /dev/null 2>&1 | FileCheck %s
+# RUN: not llvm-mc -filetype=obj -triple=x86_64 %s -o /dev/null 2>&1 | FileCheck %s
# CHECK: [[#@LINE+2]]:7: error: cyclic dependency detected for symbol 'a'
# CHECK: [[#@LINE+1]]:7: error: expression could not be evaluated
More information about the llvm-commits
mailing list