Skip to content

Commit db490ad

Browse files
committed
[llvm][X86] Add x86 triple to fentry test
When run on AArch64 hardware llc would default to native arch.
1 parent 47d1517 commit db490ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/fentry-ibt.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc %s -o - -verify-machineinstrs | FileCheck %s
1+
; RUN: llc %s -o - -verify-machineinstrs -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
22

33
define void @test1() #0 {
44
entry:

0 commit comments

Comments
 (0)