[PATCH] D103304: Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 3 16:35:04 PDT 2021
delcypher added a comment.
@kda This change has broken our internal builds on macOS. I'm not sure why it hasn't broken the public ones. If you add a new weak symbol it needs to be added to `lib/asan/weak_symbols.txt` so that the linker on macOS knowns it's okay for the symbol to not be defined. We'll put up a patch to fix this shortly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103304/new/
https://reviews.llvm.org/D103304
More information about the llvm-commits
mailing list