[llvm] 072cea6 - [test] Change llc -march to -mtriple
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 15:42:16 PST 2023
Author: Fangrui Song
Date: 2023-12-11T15:42:12-08:00
New Revision: 072cea668e95125b1eee20d88efa12ad58723791
URL: https://github.com/llvm/llvm-project/commit/072cea668e95125b1eee20d88efa12ad58723791
DIFF: https://github.com/llvm/llvm-project/commit/072cea668e95125b1eee20d88efa12ad58723791.diff
LOG: [test] Change llc -march to -mtriple
Similar to d20190e68413634b87f0f9426312a0e9d8456d18
Added:
Modified:
llvm/test/CodeGen/AArch64/atomic-oversize.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/atomic-oversize.ll b/llvm/test/CodeGen/AArch64/atomic-oversize.ll
index 9065311a9aaa1..312c7e2a9bc3b 100644
--- a/llvm/test/CodeGen/AArch64/atomic-oversize.ll
+++ b/llvm/test/CodeGen/AArch64/atomic-oversize.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=aarch64 < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64 < %s | FileCheck %s
; Atomics larger than 128-bit are unsupported, and emit libcalls.
define void @test(ptr %a) nounwind {
More information about the llvm-commits
mailing list