[PATCH] D48422: [CMake] Add compiler-rt header files to the list of sources for targets when building with an IDE
Dan Liew via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 09:28:49 PDT 2018
> Actually it turns out `${XRAY_HEADERS}` was already defined and is
> used for public headers.
> The same problem exists for `${SANITIZER_HEADERS}`. Fixes incoming.
>
> Thanks,
> Dan.
Fix for the build failure has landed in r336699.
Thanks for reporting the issue so quickly!
More information about the llvm-commits
mailing list