Error on github release/8.x branch
Alexandru Petenchea via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 24 04:05:48 PST 2019
Hello,
I cloned and built this version:
https://github.com/llvm/llvm-project/tree/release/8.x
commit 1e7e3996e3d1ba12a159c378922c360ef874c6c6 (origin/release/8.x)
During build, I got the following error: ‘getStripPluginsAdjuster’ is not a
member of ‘clang::tooling’.
I fixed it by adding the missing function from
https://clang.llvm.org/doxygen/ArgumentsAdjusters_8cpp_source.html#l00110
and https://clang.llvm.org/doxygen/ArgumentsAdjusters_8h_source.htm.
I am attaching the diff to this email.
Thanks,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190124/0769ef89/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error_release8x.patch
Type: text/x-patch
Size: 8183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190124/0769ef89/attachment-0001.bin>
More information about the llvm-commits
mailing list