From 0f60ddc2776c1cc4cb0e379041419a55df55c8c2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 19 Nov 2010 03:19:42 +0000 Subject: unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. CMake can pass *.def to link.exe. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119783 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/JIT/JITTests.def | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 unittests/ExecutionEngine/JIT/JITTests.def (limited to 'unittests/ExecutionEngine') diff --git a/unittests/ExecutionEngine/JIT/JITTests.def b/unittests/ExecutionEngine/JIT/JITTests.def new file mode 100644 index 0000000..17c91e8 --- /dev/null +++ b/unittests/ExecutionEngine/JIT/JITTests.def @@ -0,0 +1,4 @@ +EXPORTS +getPointerToNamedFunction +JITTest_AvailableExternallyFunction +JITTest_AvailableExternallyGlobal -- cgit v1.1