summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/subprogram-linkonce-weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Linker/subprogram-linkonce-weak.ll')
-rw-r--r--llvm/test/Linker/subprogram-linkonce-weak.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/subprogram-linkonce-weak.ll b/llvm/test/Linker/subprogram-linkonce-weak.ll
index 6330ecc5b55..78a576d7635 100644
--- a/llvm/test/Linker/subprogram-linkonce-weak.ll
+++ b/llvm/test/Linker/subprogram-linkonce-weak.ll
@@ -1,8 +1,8 @@
-; REQUIRES: native
; RUN: llvm-link %s %S/Inputs/subprogram-linkonce-weak.ll -S -o %t1
; RUN: FileCheck %s -check-prefix=LW -check-prefix=CHECK <%t1
; RUN: llvm-link %S/Inputs/subprogram-linkonce-weak.ll %s -S -o %t2
; RUN: FileCheck %s -check-prefix=WL -check-prefix=CHECK <%t2
+; REQUIRES: default_triple
; This testcase tests the following flow:
; - File A defines a linkonce version of @foo which has inlined into @bar.
OpenPOWER on IntegriCloud