Displaying 2 results from an estimated 2 matches for "vpmedia".
Did you mean:
pmedia
2014 May 10
2
[LLVMdev] error compiling llvm 2.9/3.2 from source on macosx (possibly stdlibc++ issue)
Hello,
I've some exceptions which I would like to solve to build LLVM+Clang
from source on MacOSX 10.8+.
"
/Users/travis/build/vpmedia/crossbridge/llvm-2.9/lib/Transforms/Utils/CodeExtractor.cpp:728:28:
[0;1;31m
error: no matching constructor for initialization of
'std::vector<BasicBlock *>' std::vector<BasicBlock*>
Succs(succ_begin(codeReplacer),
"
I understand that it is some kind of C++ library iss...
2014 May 11
0
[LLVMdev] error compiling llvm 2.9/3.2 from source on macosx (possibly stdlibc++ issue)
...er there is way to old to build LLVM and
there is no practical way to upgrade it.
On 5/10/14 7:56 AM, Andras Csizmadia wrote:
> Hello,
>
> I've some exceptions which I would like to solve to build LLVM+Clang
> from source on MacOSX 10.8+.
>
> "
> /Users/travis/build/vpmedia/crossbridge/llvm-2.9/lib/Transforms/Utils/CodeExtractor.cpp:728:28:
> [0;1;31m
> error: no matching constructor for initialization of
> 'std::vector<BasicBlock *>' std::vector<BasicBlock*>
> Succs(succ_begin(codeReplacer),
> "
>
> I understand that...