Skip to content

Commit 4db37a4

Browse files
committed
[LLVM] Only run vararg test with the amdgpu target
1 parent 8758091 commit 4db37a4

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)