Windows builds can't receive environment variables on the command line or make use of RULE_LAUNCH_COMPILE with ccache.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I know nothing about ccache on Windows, but if it didn't work before, I think it is pretty clear that this at least won't cause any sort of regression.
Comment Actions
So ideally someone else reviews this, but if not, +1 from me as at least no worse than before.
Comment Actions
LGTM
llvm/CMakeLists.txt | ||
---|---|---|
195 | Can you add a comment that we can't use RULE_LAUNCH_COMPILE on Windows even though in theory it should be able to work? |
Can you add a comment that we can't use RULE_LAUNCH_COMPILE on Windows even though in theory it should be able to work?