[PATCH] D69648: Add VFS support for sanitizers' blacklist' 2

Jan Korous via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 15:55:01 PDT 2019


jkorous marked an inline comment as done.
jkorous added inline comments.


================
Comment at: llvm/lib/Support/SpecialCaseList.cpp:120
+  if (!parse(MB, Sections, Error)) {
+    Error = (Twine("error parsing buffer: " + Error)).str();
     return false;
----------------
Technically, this isn't really necessary and could be split in a separate patch - I just kept it here so the motivation is obvious.


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

https://reviews.llvm.org/D69648





More information about the llvm-commits mailing list