aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/orc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/orc')
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-data-reset.S4
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-trivial.S4
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen-nested.c4
-rw-r--r--compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen.c4
-rw-r--r--compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-data-reset.S b/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-data-reset.S
index 8582c9e..6b8e17d 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-data-reset.S
+++ b/compiler-rt/test/orc/TestCases/Darwin/x86-64/jit-re-dlopen-data-reset.S
@@ -3,8 +3,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
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
diff --git a/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen-nested.c b/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen-nested.c
index 49d9fb6..f4b49b2 100644
--- a/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen-nested.c
+++ b/compiler-rt/test/orc/TestCases/Darwin/x86-64/trivial-jit-dlopen-nested.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
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
diff --git a/compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c b/compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c
index 6a9182b..fd17993 100644
--- a/compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c
+++ b/compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c
@@ -5,8 +5,8 @@
// RUN: %clang_cl -MD -c -o %t.inits.o %p/Inputs/standalone-dylib.c
// RUN: %clang_cl -MD -c -o %t.test.o %s
// RUN: %llvm_jitlink \
-// RUN: -alias dlopen=__orc_rt_coff_jit_dlopen \
-// RUN: -alias dlclose=__orc_rt_coff_jit_dlclose \
+// RUN: -alias Platform:dlopen=__orc_rt_coff_jit_dlopen \
+// RUN: -alias Platform:dlclose=__orc_rt_coff_jit_dlclose \
// RUN: %t.test.o -jd inits %t.inits.o -lmain | FileCheck %s
// CHECK: entering main