We want to simplify the build system and rely on code to do the implementation selection.
This is in preparation of adding a Bazel configuration (D114712).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Please wait for lntue as he is also planning some refactoring around FMA.h.
libc/src/__support/FPUtil/FEnvImpl.h | ||
---|---|---|
15 | Nit: Any reason why prefer full paths instead of relative paths? |
Comment Actions
Sure!
libc/src/__support/FPUtil/FEnvImpl.h | ||
---|---|---|
15 | Either is fine, I just aimed for consistency. I can do relative everywhere if you prefer. |
Comment Actions
SGTM. I've used relative paths for the includes and I'll wait for the builder to go green before submitting.
Nit: Any reason why prefer full paths instead of relative paths?