[libcxx-commits] [PATCH] D78390: [dfsan] Add "DataFlow" option to LLVM_USE_SANITIZER

Zola Bridges via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 17 18:03:47 PDT 2020


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


================
Comment at: libcxx/utils/libcxx/test/config.py:914
+                self.cxx.flags += ['-fsanitize=dataflow']
+                self.config.available_features.add('dfsan')
             else:
----------------
broadwaylamb wrote:
> I'm not sure we need a new feature if none of the tests actually use the feature.
What is are these features used for? Will not having this mean some tests fail as a result of dfsan being enabled?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78390





More information about the libcxx-commits mailing list