Skip to content

Commit b9815c5

Browse files
jhuber6yuxuanchen1997
authored andcommitted
[LLVM] Only run vararg test with the amdgpu target
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250665
1 parent 0364611 commit b9815c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/Transforms/PhaseOrdering/varargs.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: opt -mtriple=amdgcn-- -S -passes='lto<O2>' < %s | FileCheck %s
33
target triple = "amdgcn-amd-amdhsa"
44

5+
; REQUIRES: amdgpu-registered-target
6+
57
; We use the ExpandVariadics pass to lower variadic functions so they can be
68
; inlined.
79

0 commit comments

Comments
 (0)