[PATCH] D102462: LLVM Detailed IR tests for introduction of flag -fsanitize-address-detect-stack-use-after-return-mode.

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 20 11:29:16 PDT 2021


kda added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:266-268
+               clEnumValN(AsanDetectStackUseAfterReturnMode::Never,
+                          "0", // only needed to keep unit tests passing
+                          "Redundant with 'never'."),
----------------
I added this one and the one below ('1') to avoid updating tests.
Should I just update the tests and remove these?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102462



More information about the llvm-commits mailing list