When providing a fake compiler, libclc currently uses 'true' which does
not exist on Windows. Use echo instead as the no-op.
Depends on: D77162
Paths
| Differential D77163
libclc: Use echo rather than true for try_compile ClosedPublic Authored by daniels on Mar 31 2020, 12:29 PM.
Details Summary When providing a fake compiler, libclc currently uses 'true' which does Depends on: D77162
Diff Detail
Event Timelinedaniels mentioned this in D77164: libclc: Don't pass linker flags to CLC/LLAsm.Mar 31 2020, 12:30 PM Comment Actions This will add noise to CMakeOutput.log and CMakeError.log, but I guess it's just one line. This revision is now accepted and ready to land.Apr 2 2020, 3:34 PM jvesely added a parent revision: D77162: libclc: Fix LLVM library linking on Windows.Apr 2 2020, 3:35 PM Closed by commit rGacf079006e6d: libclc: Use echo rather than true for try_compile (authored by daniels, committed by jvesely). · Explain WhyApr 14 2020, 7:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 253965 libclc/cmake/CMakeTestCLCCompiler.cmake
libclc/cmake/CMakeTestLLAsmCompiler.cmake
|