aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c')
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c b/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c
index ee9b989..a0007be9 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c
+++ b/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c
@@ -5,8 +5,8 @@
// RUN: %clang -c -o %t.inits.o %p/Inputs/standalone-ctor-and-cxa-atexit-dtor.S
// RUN: %clang -c -o %t.test.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.test.o -jd inits %t.inits.o -lmain | FileCheck %s
// CHECK: entering main