Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM although I'm becoming worried about the impact on build times given the rapidly increasing number of multilib variants.
Comment Actions
Update to remove instrumentation on globals. It's likel we may not need the hwasan+relative-vtables multilibs when the next clang roll comes around.
clang/cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
234 | I missed this earlier, but this isn't going to work since the variable isn't populated, you're going to need ${FUCHSIA_aarch64-unknown-fuchsia+hwasan_COMPILER_FLAGS} here. | |
234 | Could we set this in the backend when targeting Fuchsia and avoid the having to pass the flag manually? | |
243 | Ditto |
I missed this earlier, but this isn't going to work since the variable isn't populated, you're going to need ${FUCHSIA_aarch64-unknown-fuchsia+hwasan_COMPILER_FLAGS} here.