[PATCH] D130479: [ORC][ORC_RT][COFF] Initial platform support for COFF/x86_64.
Yonggang Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 30 21:24:27 PDT 2022
lygstate added inline comments.
================
Comment at: compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake:87
+if (WIN32)
+set(ALL_ORC_SUPPORTED_ARCH ${X86_64})
+endif()
----------------
idnent set please
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130479/new/
https://reviews.llvm.org/D130479
More information about the llvm-commits
mailing list