[PATCH] D53277: [analyzer][NFC] Collect all -analyzer-config options in a .def file
Artem Dergachev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 2 11:20:30 PDT 2018
NoQ added a comment.
Ugh, this breaks builds with //modules//, eg. http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/12074/console
I'm bad with modules, but you might consult my own failure of this kind: https://reviews.llvm.org/D15448#325856 - especially the `include/clang/module.modulemap` part.
There must be a cmake flag for this. I guess please try to revert and reproduce the build failure locally and ask me if you need any help with that :)
Repository:
rL LLVM
https://reviews.llvm.org/D53277
More information about the cfe-commits
mailing list