search for: codereplacer

Displaying 2 results from an estimated 2 matches for "codereplacer".

2014 May 10
2
[LLVMdev] error compiling llvm 2.9/3.2 from source on macosx (possibly stdlibc++ issue)
...LVM+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 issue (stdlibc++ vs. c++v1) but not exactly how to solve it. (Passing -stdlib=libstdc++ as CXX flag does not solve this). You can check out a related github ticket here: https://github.com/Homebrew/homebrew-versions/issues/384 Also a...
2014 May 11
0
[LLVMdev] error compiling llvm 2.9/3.2 from source on macosx (possibly stdlibc++ issue)
...0.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 issue (stdlibc++ vs. > c++v1) but not exactly how to solve it. (Passing -stdlib=libstdc++ > as CXX flag does not solve this). > > You can check out a related github ticket here: > https://github.com/Homebrew...