Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/cmake/caches/hexagon-linux-cxx17.cmake | ||
---|---|---|
2–3 | Same here, it's a bit unusual to hardcode this in these caches. We only do it for the Generic-XXXXX caches since those are basically only used for the CI. I think it would make more sense to leave this unspecified by this cache. | |
4 | Are we mis-detecting this? If so, it would be best to fix it instead of hardcoding the value in this cache. | |
23 | It's a bit unusual to encode something like this in these caches, since they should be about customizing libc++/libc++abi/libunwind specific knobs. WDYT? |
[Github PR transition cleanup]
I'll close this review since it has been inactive for a while and we're clearing the review queue for the move to PRs. Please reopen as a PR if you're still interested in doing this.
Same here, it's a bit unusual to hardcode this in these caches. We only do it for the Generic-XXXXX caches since those are basically only used for the CI. I think it would make more sense to leave this unspecified by this cache.