[PATCH] D99361: [clang][driver] Support HWASan in the Fuchsia toolchain
Leonard Chan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 25 11:29:45 PDT 2021
leonardchan created this revision.
leonardchan added reviewers: mcgrathr, phosek.
leonardchan added a project: clang.
leonardchan requested review of this revision.
These contain clang driver changes for supporting HWASan on Fuchsia. This includes hwasan multilibs and the dylib path change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99361
Files:
clang/lib/Driver/ToolChains/Fuchsia.cpp
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/hwasan+noexcept/libc++.so
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/hwasan/libc++.so
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+hwasan+noexcept/libc++.so
clang/test/Driver/Inputs/basic_fuchsia_tree/lib/x86_64-fuchsia/c++/relative-vtables+hwasan/libc++.so
clang/test/Driver/fuchsia.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99361.333371.patch
Type: text/x-patch
Size: 7281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210325/49172298/attachment-0001.bin>
More information about the cfe-commits
mailing list