[CSSPGO] Disabling a pseudo probe test on non-x86 platforms.
authorHongtao Yu <hoy@fb.com>
Mon, 30 Nov 2020 19:18:34 +0000 (11:18 -0800)
committerHongtao Yu <hoy@fb.com>
Mon, 30 Nov 2020 19:19:45 +0000 (11:19 -0800)
Disabling a pseudo probe test on non-x86 platforms since it's not fully tested there.

llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll

index 0d3579d..1094819 100644 (file)
@@ -1,3 +1,4 @@
+; 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 -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR