Displaying 2 results from an estimated 2 matches for "aotfactori".
Did you mean:
aotfactory
2005 Nov 28
2
[LLVMdev] Help setting up a llvm project
First I'd like to let you know I've started working on porting gcjx to llvm.
Some other intrested people may help but I've just started the project.
My first question is I'm porting gcjx over to use the llvm build
system I've successfully created a number of libraries but gcjx uses a
number of sub directories for its source and I'd like the .o files for
all of them to
2005 Nov 28
0
[LLVMdev] Help setting up a llvm project
Hi Mike,
Sounds like an interesting project. Here's some ideas for you on the LLVM
Makefile System.
If you haven't, I *strongly* suggest you read the makefile and project
documentation (docs/MakefileGuide.html and docs/Projects.html). There is much
information there that you need to understand.
LLVM is set up so that a single directory builds a single result. Since your
source code