Displaying 6 results from an estimated 6 matches for "dynopt".
Did you mean:
dynops
2003 May 23
0
[LLVMdev] lli should not put .bc in argv[0]
...o", not
"./foo.bc".
Fixed by removing ".bc" from the end of InputFile if it is there, in
tools/lli/lli.cpp:main().
Ok to commit?
--
gaeke at uiuc.edu
Index: lli.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/lli/lli.cpp,v
retrieving revision 1.17
diff -u -a -d -p -r1.17 lli.cpp
--- lli.cpp 12 May 2003 14:31:57 -0000 1.17
+++ lli.cpp 23 May 2003 04:45:39 -0000
@@ -88,6 +88,13 @@ int main(int argc, char** argv) {
EE = ExecutionEngine::createInterpreter(M, Config, DebugMode,...
2003 May 23
0
[LLVMdev] clarify comment in BugDriver.cpp
Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its
explanatory comment. Committed as an obvious fix.
--
gaeke at uiuc.edu
Index: BugDriver.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/bugpoint/BugDriver.cpp,v
retrieving revision 1.6
diff -u -a -d -p -r1.6 BugDriver.cpp
--- BugDriver.cpp 3 May 2003 02:16:43 -0000 1.6
+++ BugDriver.cpp 23 May 2003 05:33:20 -0000
@@ -60,7 +60,9 @@ Module *BugDriver::ParseInputFile(const
}
// This method takes the speci...
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...tly turn on the "search" flag
to LinkLibrary() that makes LoadLibrary() search for the correct library
(i.e., when processing -lNAME options.)
cvs diff: Diffing .
Index: gccld.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/gccld/gccld.cpp,v
retrieving revision 1.30
diff -u -a -d -p -r1.30 gccld.cpp
--- gccld.cpp 13 May 2003 22:14:13 -0000 1.30
+++ gccld.cpp 23 May 2003 03:43:48 -0000
@@ -9,7 +9,7 @@
//
// Note that if someone (or a script) deletes the executable program generated,
// the ....
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
.../bin/
PATH: /usr/dcs/software/supported/bin
PATH: /usr/dcs/software/unsupported/bin
PATH: /usr/dcs/software/evaluation/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin/
PATH: /home/vadve/tbrethou/llvm/utils
PATH: /home/vadve/brukman/local/sparc/encap/llvm-gcc/bin/
PATH: /home/vadve/vadve/Research/DynOpt/LaTTe/VCG
PATH: /local/bin
PATH: /opt/SUNWspro4.2/bin
PATH: /usr/ccs/bin
PATH: /usr/ucb
PATH: /usr/bin
PATH: /etc
PATH: /usr/etc
PATH: /usr/5bin
PATH: /usr/openwin/bin
PATH: /home/vadve/lattner/local/sparc/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1751: checking for g++...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking