[PATCH] D80064: [X86] Disable LVI load hardening pass at O0

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 12:29:42 PDT 2020


nikic added a comment.

It's possible to make the pass dependencies OptLevel dependent, so it would be possible to report an error directly from the pass. Do we have any error reporting mechanism that works this deep in the backend?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80064





More information about the llvm-commits mailing list