[PATCH] D81238: Correctly report modified status for HWAddressSanitizer

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 08:12:28 PDT 2020


foad added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:1128-1130
+  if (!LandingPadVec.empty()) {
+    Changed |= instrumentLandingPads(LandingPadVec);
+  }
----------------
You don't need braces around a single line.


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

https://reviews.llvm.org/D81238





More information about the llvm-commits mailing list