[PATCH] D48422: [CMake] Add compiler-rt header files to the list of sources for targets when building with an IDE
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 25 12:48:27 PDT 2018
phosek added a comment.
Personally, I'd prefer to spell out all the headers explicitly rather than using globing which is more error-prone to future changes. I also agree with @kubamracek's comment about using `crt` (which may be also mistaken for `crt*.o`) to `compiler_rt`.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48422
More information about the llvm-commits
mailing list