ClangAttrEmitter.cpp build error
Closed this issue · 2 comments
Ludonope commented
Hi,
I've been trying to build your version of clang, but I have several compilation error on the following file:
clang/utils/TableGen/ClangAttrEmitter.cpp
I'm building it along with llvm (clang folder in llvm/tools/) and it is being compiled with gcc 7.2.1
Here is a pastebin with the output https://pastebin.com/zwsssaLC
asutton commented
The clang component is built against an older version of LLVM. If you look
at the github repo:
https://github.com/asutton/clang
There's a bunch of hashes at the top of the README. Those are the checkouts
I'm building against. They are quite old.
…On Thu, Jan 25, 2018 at 2:08 PM Ludovic Petrenko ***@***.***> wrote:
Hi,
I've been trying to build your version of clang, but I have several
compilation error on the following file:
clang/utils/TableGen/ClangAttrEmitter.cpp
I'm building it along with llvm (clang folder in llvm/tools/) and it is
being compiled with gcc 7.2.1
Here is a pastebin with the output https://pastebin.com/zwsssaLC
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAi1rCOkePvFT_ecix66xC-_lprGDkBkks5tONEegaJpZM4RtVnW>
.
--
Andrew Sutton
Ludonope commented
Just saw this issue was still opened, I'm gonna close it as it's probably just because of the wrong LLVM version used.