Displaying 1 result from an estimated 1 matches for "nowerhe".
Did you mean:
nowere
2009 Apr 16
1
[LLVMdev] llvmc Problems
...gt;;
def llvm_gcc_m : llvm_gcc_based<"llvm-gcc -x objective-c", "objective-c",
"mi">;
def llvm_gcc_mxx : llvm_gcc_based<"llvm-gcc -x objective-c++",
"objective-c++", "mi">;
LLVMGCCDIR appears nowerhe. Shouldn't this be a .td.in file and processed by
configure? As it is now, llvmc doesn't work because it can't find llvm-gcc
and llvm-g++.
-Dave