search for: configurationdriv

Displaying 4 results from an estimated 4 matches for "configurationdriv".

Did you mean: configurationdriver
2006 Aug 16
3
[LLVMdev] Problem with stock llvmc configuration for C
Hi, Op 14-aug-06, om 09:29 heeft Reid Spencer het volgende geschreven: > >> Apparently, %llvmgccdir% and %llvmcc1% are not recognized as a useful >> variable by the llvmc configuration parser. > > Actually, they are. See tools/llvmc/ConfigurationDriver.cpp around > line > 304. Also, they are recognized by the lexer. Its more likely that when > you configured LLVM you didn't provide the --with-llvmgccdir= option. They're indeed mentioned, but somehow they were not added to the switch-statements in the corresponding parsing...
2006 Aug 14
0
[LLVMdev] Problem with stock llvmc configuration for C
...vmgccarch% > > ... the other one to: > > translator.command=%llvmcc1% -quiet %in% -o %out% \ > ... > Okay. > Apparently, %llvmgccdir% and %llvmcc1% are not recognized as a useful > variable by the llvmc configuration parser. Actually, they are. See tools/llvmc/ConfigurationDriver.cpp around line 304. Also, they are recognized by the lexer. Its more likely that when you configured LLVM you didn't provide the --with-llvmgccdir= option. > I found out in tools/ > llvmc/Configuration.cpp that two other library-related variables > exist, notably %libdir% and %l...
2006 Aug 13
2
[LLVMdev] Problem with stock llvmc configuration for C
Hi, Apparently there are two bugs in tools/llvmc/c: /.../llvm/tools/llvmc/c:12: Error: Invalid top level configuration item /.../llvm/tools/llvmc/c:28: Error: Expecting a program name /.../llvm/tools/llvmc/c had 2 errors. Terminating. The first error relates to the following line(s): lang.libs=%llvmgccdir%/lib %llvmgccdir%/lib \ %llvmgccdir%/lib/gcc/%llvmgccarch% ... the other one to:
2006 Aug 17
0
[LLVMdev] Problem with stock llvmc configuration for C
...Hi, > > Op 14-aug-06, om 09:29 heeft Reid Spencer het volgende geschreven: > >> >>> Apparently, %llvmgccdir% and %llvmcc1% are not recognized as a useful >>> variable by the llvmc configuration parser. >> >> >> Actually, they are. See tools/llvmc/ConfigurationDriver.cpp around line >> 304. Also, they are recognized by the lexer. Its more likely that when >> you configured LLVM you didn't provide the --with-llvmgccdir= option. > > > They're indeed mentioned, but somehow they were not added to the > switch-statements in the...