[PATCH] D103304: Update and improve compiler-rt tests for -mllvm -asan_use_after_return=(never|[runtime]|always).

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 16:57:05 PDT 2021


kda added a comment.

discussion begins: https://reviews.llvm.org/D103304#2794683
tl;dr: modules can be built with different flag settings, weak symbol
allows resolution in runtime.  Long term (in 2 weeks) solution, late
initialization of fake stack.


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