[cfe-dev] Missing clang headers
Hayrapetyan, Anahit via cfe-dev
cfe-dev at lists.llvm.org
Mon Mar 18 22:53:32 PDT 2019
Hello!
I'm trying to compile a custom clang tool inside a docker, but clang's headers are missing there. In particular I'm using "ASTMatchers/ASTMatchers.h" and this file does not exist in the docker container.
I've installed llvm and clang with apt-get install. LLVM headers are there but clang's headers are not. Any chance you could tell what am I doing wrong?
Everything works fine on my machine where I have llvm and clang built from sources.
Best,
Anahit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190319/47b787ea/attachment.html>
More information about the cfe-dev
mailing list