Skip to content
Commit 35d5512f authored by Misha Brukman's avatar Misha Brukman
Browse files

When TableGen finds an error in the SparcV9.td file, it exits with a non-zero

exit code. This, in turn, makes an empty file SparcV9CodeEmitter.inc, and only
much later, produces a link error because the key function that TableGen creates
isn't found.

Using a temporary file in the middle forces a good .INC file to be generated by
TableGen, and it will keep trying until you fix the input file.

llvm-svn: 6392
parent 05ff4261
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment