[PATCH] D130479: [ORC_RT][COFF] Initial platform support for COFF/x86_64.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 21:49:01 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9189a26664b9: [ORC_RT][COFF] Initial platform support for COFF/x86_64. (authored by sunho).
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130479/new/
https://reviews.llvm.org/D130479
Files:
compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/lib/orc/coff_platform.cpp
compiler-rt/lib/orc/coff_platform.h
compiler-rt/lib/orc/common.h
compiler-rt/lib/orc/compiler.h
compiler-rt/lib/orc/error.h
compiler-rt/test/orc/TestCases/Windows/lit.local.cfg.py
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/lit.local.cfg.py
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.S
compiler-rt/test/orc/TestCases/Windows/x86-64/static-initializer.cpp
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/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/COFFPlatform.cpp
llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
llvm/tools/llvm-jitlink/llvm-jitlink.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130479.452377.patch
Type: text/x-patch
Size: 90143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220813/0076eb79/attachment.bin>
More information about the llvm-commits
mailing list