[PATCH] D63470: hwasan: Remove the old frame descriptor mechanism.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 16:09:20 PDT 2019


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

LGTM



================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:154
-                              cl::desc("create static frame descriptions"),
-                              cl::Hidden, cl::init(true));
-
----------------
We use this in android (hwasan-create-frame-descriptions=0). Could we keep the flag around for a while?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63470





More information about the llvm-commits mailing list