[PATCH] D81323: Move *San module passes later in the NPM pipeline

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 5 21:40:41 PDT 2020


aeubanks added a comment.

Could you take a look again at the test changes?
LTO + sanitizers doesn't work under NPM because [1] never ends up calling the passes registered via registerOptimizerLastEPCallback().

[1] https://github.com/llvm/llvm-project/blob/e429cffd4f228f70c1d9df0e5d77c08590dd9766/clang/lib/CodeGen/BackendUtil.cpp#L1352


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81323/new/

https://reviews.llvm.org/D81323





More information about the cfe-commits mailing list