[PATCH] D127163: [clang] Add -fsanitize=memtag-globals (no-op).

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 15 14:44:08 PDT 2022


thakis added a comment.

FYI: If you change serialized opts in a def file, you have to bump the pch version, else with builds that don't embed the llvm revision (LLVM_APPEND_VC_REV=OFF) won't notice they have to invalidate pchs.

(In this case, I did this in https://github.com/llvm/llvm-project/commit/307109266f6c7598dfc69b6388fa271662de9388 for this change.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127163



More information about the cfe-commits mailing list