[test] Add a triple to an x86 test
This already "REQUIRE"d an x86 target, but it was also implicitly depending on a default triple being set.
This commit is contained in:
parent
3a375125b0
commit
d5268ebe19
|
|
@ -1,7 +1,7 @@
|
|||
; REQUIRES: x86-registered-target
|
||||
; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
|
||||
; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
|
||||
; RUN: llc %t -pseudo-probe-for-profiling -stop-after=pseudo-probe-inserter -o - | FileCheck %s --check-prefix=CHECK-MIR
|
||||
; RUN: llc -mtriple=x86_64-- %t -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR
|
||||
;
|
||||
;; Check the generation of pseudoprobe intrinsic call.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue