Switch llc and createJIT to use simpler command line parsing for -march.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Jul 2009 02:23:53 +0000 (02:23 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Jul 2009 02:23:53 +0000 (02:23 +0000)
commit1d929216916dc992f8643dda971aac58d47c7765
tree95937fb8f9db3e4f08bd10374c36eac41aff0e4b
parent603bea32743dc9914a1d32ae36fc64fe497af801
Switch llc and createJIT to use simpler command line parsing for -march.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75890 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/JIT/TargetSelect.cpp
tools/llc/llc.cpp