Skip to content

Commit 7e956ca

Browse files
committed
[NFC][AMDGPU] Require x86-registered-target for llvm/test/Transforms/MemCpyOpt/no-libcalls.ll
The test sets `-mtriple=x86_64` but doesn't require it. This can cause issue on non-x86 system.
1 parent 65a1efc commit 7e956ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/MemCpyOpt/no-libcalls.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
; RUN: | FileCheck %s --check-prefixes=CHECK,LIBCALLS
66

77
; REQUIRES: amdgpu-registered-target
8+
; REQUIRES: x86-registered-target
89

910
define void @dont_create_memset(ptr %p) {
1011
; LIBCALLS-LABEL: @dont_create_memset(

0 commit comments

Comments
 (0)