[PATCH] D103543: [compiler-rt][Fuchsia] Support HWASan on Fuchsia
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 30 11:45:57 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG606ca48d79f3: [compiler-rt][Fuchsia] Support HWASan on Fuchsia (authored by leonardchan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103543/new/
https://reviews.llvm.org/D103543
Files:
compiler-rt/cmake/config-ix.cmake
Index: compiler-rt/cmake/config-ix.cmake
===================================================================
--- compiler-rt/cmake/config-ix.cmake
+++ compiler-rt/cmake/config-ix.cmake
@@ -711,7 +711,7 @@
endif()
if (COMPILER_RT_HAS_SANITIZER_COMMON AND HWASAN_SUPPORTED_ARCH AND
- OS_NAME MATCHES "Linux|Android")
+ OS_NAME MATCHES "Linux|Android|Fuchsia")
set(COMPILER_RT_HAS_HWASAN TRUE)
else()
set(COMPILER_RT_HAS_HWASAN FALSE)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103543.363168.patch
Type: text/x-patch
Size: 449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210730/82aa2e1c/attachment.bin>
More information about the cfe-commits
mailing list