Run test only on x86_64-linux to fix a build break
authorwlei <wlei@fb.com>
Thu, 10 Nov 2022 07:04:53 +0000 (23:04 -0800)
committerwlei <wlei@fb.com>
Thu, 10 Nov 2022 07:06:15 +0000 (23:06 -0800)
llvm/test/Transforms/SampleProfile/profile-mismatch.ll
llvm/test/Transforms/SampleProfile/pseudo-probe-profile-mismatch.ll

index 413c712..8d6d13d 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/profile-mismatch.prof -report-profile-staleness -persist-profile-staleness -S 2>%t -o %t.ll
 ; RUN: FileCheck %s --input-file %t
 ; RUN: FileCheck %s --input-file %t.ll -check-prefix=CHECK-MD
index c2c6dfa..ad88fa0 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/pseudo-probe-profile-mismatch.prof -report-profile-staleness -persist-profile-staleness -S 2>%t -o %t.ll
 ; RUN: FileCheck %s --input-file %t
 ; RUN: FileCheck %s --input-file %t.ll -check-prefix=CHECK-MD