[cfe-dev] Clang build failure
Hahnfeld, Jonas via cfe-dev
cfe-dev at lists.llvm.org
Fri Apr 8 01:03:26 PDT 2016
Hi,
the error is
/home/rahul/kf5/src/clang/lib/CodeGen/CodeGenFunction.cpp: In function ‘void TryMarkNoThrow(llvm::Function*)’:
/home/rahul/kf5/src/clang/lib/CodeGen/CodeGenFunction.cpp:924:10: error: ‘class llvm::Function’ has no member named ‘isInterposable’
if (F->isInterposable()) return;
This seems to depend on a recent change in the LLVM libraries. Please update your build of https://github.com/llvm-mirror/llvm.git if you're not using the in-tree build as mentioned here: http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary
Cheers,
Jonas
> -----Original Message-----
> From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of Rahul
> Chowdhury via cfe-dev
> Sent: Friday, April 08, 2016 9:02 AM
> To: cfe-dev at lists.llvm.org; llvm at wdtz.org
> Subject: [cfe-dev] Clang build failure
>
> Hi,
>
> I have been trying to compile clang from source, but the build is failing. I am
> attaching the build log alongwith. Can someone please help? Much thanks in
> advance.
>
> I got the sources from here ->
> https://github.com/llvm-mirror/clang.git and compiling master.
>
>
> Best Regards,
>
> Rahul Chowdhury
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160408/42921bed/attachment.bin>
More information about the cfe-dev
mailing list