[PATCH] D36349: [CMake] Build sanitized C++ runtimes for Fuchsia
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 6 16:29:09 PDT 2017
phosek added inline comments.
================
Comment at: cmake/caches/Fuchsia-stage2.cmake:56
+foreach(target x86_64;aarch64)
+ set(RUNTIMES_${target}-fuchsia-asan_CMAKE_BUILD_WITH_INSTALL_RPATH ON CACHE BOOL "")
----------------
mcgrathr wrote:
> Can you do this without duplicating all the identical settings from the block above?
> It looks like the asan cases are just all of the above plus two more.
Yes, I'm working on this literally right now ;)
Repository:
rL LLVM
https://reviews.llvm.org/D36349
More information about the cfe-commits
mailing list