OSDN Git Service

[llc] Error out when -print-machineinstrs is used with an unknown pass
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 30 Oct 2018 12:07:18 +0000 (12:07 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Tue, 30 Oct 2018 12:07:18 +0000 (12:07 +0000)
commit6165c5d19d4e987c0e797927d7875032f5b4ebb7
tree99530dcc7cf58e940faf15c6fdc1ef83b07f9731
parent077c1227927d6ca6f0cfb8c98f72a33e5086fcbf
[llc] Error out when -print-machineinstrs is used with an unknown pass

We used to assert instead of reporting an error.

PR39494

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@345589 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetPassConfig.cpp
test/CodeGen/X86/llc-print-machineinstrs.mir [new file with mode: 0644]