Have the SubtargetFeature help routine just not return a number and
authorEric Christopher <echristo@gmail.com>
Tue, 6 May 2014 16:29:50 +0000 (16:29 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 6 May 2014 16:29:50 +0000 (16:29 +0000)
commitbfc3f301b6a5390b990c4abb05d134ffe8bb59bb
treeb46d4349e51703bc2bbb7cbe6565be1c21af9dfb
parent534ec26d07646092bc869e76e61e95dca3915e1b
Have the SubtargetFeature help routine just not return a number and
fall back to the normal path without a cpu. While doing this fix
llc to just exit when we don't have a module to process instead of
asserting.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/SubtargetFeature.cpp
tools/llc/llc.cpp