[PATCH] D102288: [HWASan] Add aliasing flag and enable HWASan to use it.

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 13 16:09:23 PDT 2021


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: compiler-rt/test/hwasan/lit.site.cfg.py.in:10
+# Whether to use -mlam or not.
+config.enable_aliases = lit_config.params.get("ENABLE_ALIASES", "@ENABLE_ALIASES@")
+
----------------
ENABLE_ALIASES -> HWASAB_ENABLE_ALIASES for consistency?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102288



More information about the cfe-commits mailing list