ilya-biryukov added inline comments.
Herald added a subscriber: ormris.

================
Comment at: clang/unittests/Driver/SanitizerArgsTest.cpp:100
+              Contains(StrEq(std::string("-fsanitize-system-blacklist=") +
+                             ASanBlacklist)));
+  // User blacklists should also be added.
----------------
I'm pretty sure this is going to fail on Windows, looking for ideas on how to 
unify this with minimal code...
Let me know if there's some cool trick for this that I should know...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70440



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to