In addition to wall time etc. this should allow us to get less noisy
values for time measurements.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/include/llvm/Config/config.h.cmake | ||
---|---|---|
353 | Any reason to use #cmakedefine instead of cmakedefine01 here? This type of check usually uses #cmakedefine01 in this file. |
llvm/CMakeLists.txt | ||
---|---|---|
656 | also, any reason to not do this in llvm/cmake/config-ix.cmake where all the other checks like this are? |
llvm/include/llvm/Config/config.h.cmake | ||
---|---|---|
353 | Please ignore this, #cmakedefine is what most other HAVE_ things use. I misremembered this. |
llvm/CMakeLists.txt | ||
---|---|---|
656 | No, I just didn't know about llvm/cmake/config-ix.cmake. I’ll move it there. Thanks! |
also, any reason to not do this in llvm/cmake/config-ix.cmake where all the other checks like this are?