[PATCH] D99361: [clang][driver] Support HWASan in the Fuchsia toolchain

2021-03-25 Thread Leonard Chan via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1abaadb30d37: [clang][driver] Support HWASan in the Fuchsia toolchain (authored by leonardchan). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99361/new/ ht

[PATCH] D99361: [clang][driver] Support HWASan in the Fuchsia toolchain

2021-03-25 Thread Petr Hosek via Phabricator via cfe-commits
phosek accepted this revision. phosek added a comment. This revision is now accepted and ready to land. LGTM Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99361/new/ https://reviews.llvm.org/D99361 ___ c

[PATCH] D99361: [clang][driver] Support HWASan in the Fuchsia toolchain

2021-03-25 Thread Leonard Chan via Phabricator via cfe-commits
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. Rep