[PATCH] D78390: [dfsan] Add "DataFlow" option to LLVM_USE_SANITIZER
Sergej Jaskiewicz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 17 17:09:27 PDT 2020
broadwaylamb added inline comments.
================
Comment at: libcxx/utils/libcxx/test/config.py:914
+ self.cxx.flags += ['-fsanitize=dataflow']
+ self.config.available_features.add('dfsan')
else:
----------------
I'm not sure we need a new feature if none of the tests actually use the feature.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78390/new/
https://reviews.llvm.org/D78390
More information about the cfe-commits
mailing list