Displaying 4 results from an estimated 4 matches for "compilationgraph".
2008 Oct 02
3
[LLVMdev] MS C++ gives error C2371 on this code while (obviously) gcc compiles it fine
Taken from tools/llvmc2/CompilationGraph.cpp:
...
for (typename C::const_iterator B = EdgesContainer.begin(),
E = EdgesContainer.end(); B != E; ++B) {
const Edge* E = B->getPtr();
...
MS C++ compiler (VS 2008) gives:
...
CompilationGraph.cpp
..\..\..\llvm\tools\llvmc2\CompilationGraph.cpp(58) : error C2371:
'E...
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
...on.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/AutoGenerated.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/BuiltinOptions.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/Common.td
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/CompilationGraph.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/Error.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/Main.h
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/Main.inc
-- Installing: /usr/local/llvm-2.8/include/llvm/CompilerDriver/Tool.h
-- Installing:...
2010 Oct 01
0
[LLVMdev] CMake "sudo make install" & headers
On Thu, Sep 30, 2010 at 3:08 PM, Samuel Williams
<space.ship.traveller at gmail.com> wrote:
> Hi,
>
> I might just be doing something stupid, but when I do
>
> $ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
> $ sudo make install
>
> I don't get the expected headers in
> /usr/local/llvm-2.8/include/llvm
>
> It is
2010 Sep 30
6
[LLVMdev] CMake "sudo make install" & headers
Hi,
I might just be doing something stupid, but when I do
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-2.8 -DCMAKE_BUILD_TYPE=Release ..
$ sudo make install
I don't get the expected headers in
/usr/local/llvm-2.8/include/llvm
It is simply an empty directory.
What am I doing wrong? This is on Mac OS X, CMake 2.8+
Kind regards,
Samuel