aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S')
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S b/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S
index e8f48ca..adc63f9 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S
+++ b/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S
@@ -7,8 +7,8 @@
// RUN: %clang -c -o %t.main.o %p/Inputs/dlopen-dlclose-x2.S
// RUN: %clang -c -o %t.inits.o %s
// RUN: %llvm_jitlink \
-// RUN: -alias _dlopen=___orc_rt_macho_jit_dlopen \
-// RUN: -alias _dlclose=___orc_rt_macho_jit_dlclose \
+// RUN: -alias Platform:_dlopen=___orc_rt_macho_jit_dlopen \
+// RUN: -alias Platform:_dlclose=___orc_rt_macho_jit_dlclose \
// RUN: %t.main.o -jd inits %t.inits.o -lmain | FileCheck %s
// CHECK: entering main