forked from OSchip/llvm-project
[AFDO] Require x86_64-linux in a testcase
This patch fixes a testcase failure by requring x86_64-linux in a testcase.
This commit is contained in:
parent
a328ee6577
commit
8f4e5474de
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue