These contain clang driver changes for supporting HWASan on Fuchsia. This includes hwasan multilibs and the dylib path change.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99361
[clang][driver] Support HWASan in the Fuchsia toolchain ClosedPublic Authored by leonardchan on Mar 25 2021, 11:29 AM.
Details Summary These contain clang driver changes for supporting HWASan on Fuchsia. This includes hwasan multilibs and the dylib path change.
Diff Detail
Event Timelineleonardchan created this revision. This revision is now accepted and ready to land.Mar 25 2021, 12:24 PM Closed by commit rG1abaadb30d37: [clang][driver] Support HWASan in the Fuchsia toolchain (authored by leonardchan). · Explain WhyMar 25 2021, 1:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 333371 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
|