Initialize the target architecture based on compiler defines, so if compiled on
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Jul 2003 22:21:40 +0000 (22:21 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 18 Jul 2003 22:21:40 +0000 (22:21 +0000)
commitfcf2be75ec61c6ae3da53d0e4e9f53b4d754dc9b
tree2f990a7784dcd90e4cc7961742bc47eb6d2fdf97
parenta235e14eaf7997acf7ba8f7088bc77428d52ff1e
Initialize the target architecture based on compiler defines, so if compiled on
x86 or Sparc, LLC will automatically default to that platform, no guessing
required. On another platform, it will default to `noarch' and will have to
guess which architecture to compile to.

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