[PATCH] D104494: [dfsan] Replace dfs$ prefix with .dfsan suffix
George Balatsouras via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 18 11:15:09 PDT 2021
gbalats added a comment.
In D104494#2827639 <https://reviews.llvm.org/D104494#2827639>, @vitalybuka wrote:
> https://lab.llvm.org/buildbot/#/builders/37/builds/4620 looks broken by this patch
Looking into this. I missed (due to the "\\" in the expression) updating this:
https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp#L93-L94
I will try to get `ninja check-fuzzer` working again and either do a small fix forward or revert (if it turns out to be more complicated than just updating this expression).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104494/new/
https://reviews.llvm.org/D104494
More information about the cfe-commits
mailing list