search for: dwe_are_building_with_tools_too

Displaying 1 result from an estimated 1 matches for "dwe_are_building_with_tools_too".

2010 Jun 30
1
[LLVMdev] LLVM Makefile options
Hello, We are linking our llvm build with other libraries and for testing purposes we use llc (bypassing our own driver). Because our backend has forward dependencies to our driver we added #defines to cut out the dependencies on our source. When we want to compile with our own driver, we compile llvm with "libs-only" and simply link the libraries. Is there a way, on the makefile of our