[LLVMdev] Problem with stock llvmc configuration for C

Reid Spencer rspencer at reidspencer.com
Thu Aug 17 09:34:13 PDT 2006


On Thu, 2006-08-17 at 08:55 -0700, Scott Michel wrote:
> Regarding llvmc there is one small problem: with the gcc 4.0 frontend, 
> "-emit-llvm" needs to be added to all of the translator.command lines. 
> Not entirely sure how to conditionalize that in the configuration files.

Hi Scott,

What is needed is a complete overhaul of the configuration mechanism. We
have plans to generalize it and make it possible have several of the
standard configurations "built in" to llvmc while still allowing others
to be loaded from shared objects or read from files. For further
details, please see:

http://llvm.org/bugs/show_bug.cgi?id=686 

Reid.




More information about the llvm-dev mailing list