Displaying 2 results from an estimated 2 matches for "path_to_plugin".
2012 Feb 20
1
[LLVMdev] Building Test Suite Still Not Successful
...nds.
gmake TEST=nightly report
gmake TEST=libcalls report
But I got unexpected outputs.(Listed Below) Then I tried the method
suggested by Duncan -
1 Create a directory XYZ/bin/ containing the following scripts:
1.1 llvm-g++.sh which contains the following
#!/bin/sh
exec g++-4.6.1 -fplugin=path_to_plugin/dragonegg.so "$@"
1.2 llvm-gcc.sh which contains -
#!/bin/sh
exec gcc-4.6.1 -fplugin=path_to_plugin/dragonegg.so "$@"
2. I gave execute permission to llvm-gcc.sh and llvm-g++.sh
3. I deleted all the contains of the llvm-objects and llvm-install
direcory (So I can make a...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
Hello;
I was able to build and install llvm(3.0) under Ubuntu 11.10 (using the
./configure script found under llvm source, and then make and make
install). While configuring, I gave --prefix as a directory where I would
like llvm to be installed. I did not give --with-llvmgccdir and the
--enable-optimized argument to configure. Because 3.0 doesn't come with
llvmgcc source/binaries and I