[AFDO] Require x86_64-linux in a testcase
authorKazu Hirata <kazu@google.com>
Sat, 10 Jul 2021 14:50:24 +0000 (07:50 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 10 Jul 2021 14:52:20 +0000 (07:52 -0700)
This patch fixes a testcase failure by requring x86_64-linux in a
testcase.

llvm/test/Transforms/SampleProfile/merge-function-attributes.ll

index baf8704..ec1de7a 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: x86_64-linux
 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/merge-function-attributes.afdo -S | FileCheck %s
 
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"