Skip to content

Commit 072cea6

Browse files
committed
[test] Change llc -march to -mtriple
Similar to d20190e
1 parent 863b938 commit 072cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/atomic-oversize.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=aarch64 < %s | FileCheck %s
1+
; RUN: llc -mtriple=aarch64 < %s | FileCheck %s
22

33
; Atomics larger than 128-bit are unsupported, and emit libcalls.
44
define void @test(ptr %a) nounwind {

0 commit comments

Comments
 (0)