[LLVMdev] RE: MinGW Tablegen
Paolo Invernizzi
arathorn at fastwebnet.it
Fri Oct 8 03:51:10 PDT 2004
Some problems... (or I'm missing something...)
1) asmwriternum seems to be not supported...
scons: Building targets ...
d:/home/arathorn/sandbox/llvm/tblgen.exe -gen-asm-writer -asmwriternum=1
-I llvm\lib\Target\X86 -o tablegen_includes\X86GenIntelAsmWriter.inc
llvm\lib\Target\X86\X86.td llvm\lib\Target\X86\X86InstrInfo.td
llvm\lib\Target\X86\X86RegisterInfo.td llvm\lib\Target\Target.td
d:/home/arathorn/sandbox/llvm/tblgen.exe: Unknown command line argument
'-asmwriternum=1'. Try: 'd:/home/arathorn/sandbox/llvm/tblgen.exe --help'
2) related to previous problem?
scons: Building targets ...
d:/home/arathorn/sandbox/llvm/tblgen.exe -gen-asm-writer -I
llvm\lib\Target\X86 -o tablegen_includes\X86GenATTAsmWriter.
inc llvm\lib\Target\X86\X86.td llvm\lib\Target\X86\X86InstrInfo.td
llvm\lib\Target\X86\X86RegisterInfo.td llvm\lib\Targe
t\Target.td
d:/home/arathorn/sandbox/llvm/tblgen.exe: Record 'X86' does not have a
field named 'AssemblyWriter!
d:/home/arathorn/sandbox/llvm/tblgen.exe -gen-instr-enums -I
llvm\lib\Target\X86 -o tablegen_includes\X86GenInstrNames.i
nc llvm\lib\Target\X86\X86.td llvm\lib\Target\X86\X86InstrInfo.td
llvm\lib\Target\X86\X86RegisterInfo.td llvm\lib\Target
\Target.td
d:/home/arathorn/sandbox/llvm/tblgen.exe: Record 'X86' does not have a
field named 'AssemblyWriter!
---
Paolo Invernizzi
Henrik Bach wrote:
> Hi
>
> As requested from Paolo, I've sent him the tablegen tool. The tool is
> able to compile the td files (given in the makefile) on windows
> without any complaints.
>
> Henrik
More information about the llvm-dev
mailing list