[PATCH] D36349: [CMake] Build sanitized C++ runtimes for Fuchsia

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 6 16:19:18 PDT 2017


mcgrathr 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 "")
----------------
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.


Repository:
  rL LLVM

https://reviews.llvm.org/D36349





More information about the cfe-commits mailing list