Improve JIT error message for users crazy enough to use -march with JIT, and
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 Sep 2009 23:32:35 +0000 (23:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 Sep 2009 23:32:35 +0000 (23:32 +0000)
commit0247656d0aaaee69ab20ff0ad56536bff38b3715
treef1604b79e3f5966557a7870b62ed10a20e07265e
parentd50c2b90647cd34092a106a7124529784b133cee
Improve JIT error message for users crazy enough to use -march with JIT, and
mention -version in messages about missing targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81272 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/TargetSelect.cpp
lib/Support/TargetRegistry.cpp