[PATCH] D48422: [CMake] Add compiler-rt header files to the list of sources for targets when building with an IDE

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 28 06:25:14 PDT 2018


delcypher added a comment.

@eugenis While doing this I think I spotted a typo for a hwasan target. The `RTHwasan_dynamic` target includes `${TSAN_RTL_CXX_SOURCES}` in `SOURCES` which doesn't make sense. It's probably supposed to be `${HWASAN_RTL_CXX_SOURCES}`. I've not fixed it in this patch but I left a FIXME near by. Do you want to fix this?


https://reviews.llvm.org/D48422





More information about the llvm-commits mailing list