[LLVMdev] LLVM 2.7 installation
Benjamin Kramer
benny.kra at gmail.com
Tue Aug 12 05:54:09 PDT 2014
Adding a llvm:: prefix (llvm::next) should work. LLVM 2.7 is
incompatible with most C++11 standard libraries.
- Ben
On Tue, Aug 12, 2014 at 2:46 PM, Prakash Premkumar
<prakash.prax at gmail.com> wrote:
> Hi,
> I am trying to install llvm- py . It requires LLVM 2.7
> I get the following error when trying to install llvm 2.7
>
>> LoopStrengthReduce.cpp:2820:21: error: call to 'next' is ambiguous
>> BetterPos = next(BasicBlock::iterator(Inst));
>
>
> Can you please tell me how i should fix this ?
>
> Thank you
> Prakash
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
More information about the llvm-dev
mailing list