Revert "[test] Add a triple to an x86 test"

This fails on some of the bots. Reverting to investigate.

This reverts commit d5268ebe19.
This commit is contained in:
Justin Bogner 2020-12-03 14:21:37 -08:00
parent d5268ebe19
commit 203748e76d
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
; REQUIRES: x86-registered-target ; REQUIRES: x86-registered-target
; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t ; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
; RUN: FileCheck %s < %t --check-prefix=CHECK-IL ; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
; RUN: llc -mtriple=x86_64-- %t -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR ; RUN: llc %t -pseudo-probe-for-profiling -stop-after=pseudo-probe-inserter -o - | FileCheck %s --check-prefix=CHECK-MIR
; ;
;; Check the generation of pseudoprobe intrinsic call. ;; Check the generation of pseudoprobe intrinsic call.