Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip...
authorCraig Topper <craig.topper@gmail.com>
Sun, 5 Jan 2014 01:34:12 +0000 (01:34 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 5 Jan 2014 01:34:12 +0000 (01:34 +0000)
commit7d4e01cdcbdd7c97746d570b726aedb772ce536c
treef3414e68f33112053ead569a6c19dd2cd5ea65f4
parent34bac1f7300bca11549af9f66c8ba853033d2eb2
Don't use PrintFatalError(which calls exit) for 'Primary decode conflict'. Just skip emitting the table. This way the main function will delete the output file instead of it remaining empty and confusing dependency checks if build is invoked a second time.

llvm-svn: 198529
llvm/utils/TableGen/DisassemblerEmitter.cpp