Please take a look. See https://reviews.llvm.org/D71786#2265789 for details.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please take a look. See https://reviews.llvm.org/D71786#2265789 for details.
Tested, works for me, thanks!
| llvm/lib/Support/CMakeLists.txt | ||
|---|---|---|
| 256 | LLVM_INTEGRATED_CRT_ALLOC is already Windows-only, even though Unix could work too (at least all three allocators support Unix). What about if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" (which also accounts for ARM Windows) | |
| llvm/lib/Support/CMakeLists.txt | ||
|---|---|---|
| 256 | Sure. | |
LLVM_INTEGRATED_CRT_ALLOC is already Windows-only, even though Unix could work too (at least all three allocators support Unix). What about if (${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" (which also accounts for ARM Windows)