Displaying 1 result from an estimated 1 matches for "jjsc1301".
Did you mean:
jjsc13
2013 Apr 26
1
[LLVMdev] Build problems with llvm-tblgen
Hi all,
when trying to build LLVM+Clang (r180247) on a BlueGene/Q, I get the following error message (multiple times):
llvm[3]: Building PPC.td code emitter with tblgen
llvm-tblgen: Unknown command line argument '-gen-emitter'. Try: '/homea/jjsc13/jjsc1301/.pool/.build/llvm_r180241/Release+Asserts/bin/llvm-tblgen -help'
llvm-tblgen: Did you mean '-mc-emitter'?
Has anyone encountered this yet? When I actually run the suggested command, I can see that indeed no -gen-emitter is listed among the options, but -mc-emitter is. However, there is...