[PATCH] D132525: [ORC][ORC_RT][COFF] Support dynamic VC runtime.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 02:53:00 PDT 2022
sunho updated this revision to Diff 455120.
sunho added a comment.
Add & fix tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132525/new/
https://reviews.llvm.org/D132525
Files:
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/coff_platform.cpp
compiler-rt/lib/orc/coff_platform.per_jd.cpp
compiler-rt/test/orc/TestCases/Windows/x86-64/Inputs/standalone-dylib.c
compiler-rt/test/orc/TestCases/Windows/x86-64/hello-world.c
compiler-rt/test/orc/TestCases/Windows/x86-64/hello-world.cpp
compiler-rt/test/orc/TestCases/Windows/x86-64/priority-static-initializer-three.c
compiler-rt/test/orc/TestCases/Windows/x86-64/priority-static-initializer.c
compiler-rt/test/orc/TestCases/Windows/x86-64/sehframe-handling.cpp
compiler-rt/test/orc/TestCases/Windows/x86-64/static-initializer.cpp
compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-atexit.c
compiler-rt/test/orc/TestCases/Windows/x86-64/trivial-jit-dlopen.c
compiler-rt/test/orc/lit.cfg.py
llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h
llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132525.455120.patch
Type: text/x-patch
Size: 24270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/c42fec40/attachment.bin>
More information about the llvm-commits
mailing list