Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.
 - This is an initial step towards -march=native support in Clang, and towards
   eliminating host dependencies in the targets. See PR5389.

 - Patch by Roman Divacky!

llvm-svn: 88768
3 files changed
tree: bd92e54dc0483c4cb65531241f6bdb2336124c97
  1. clang/
  2. compiler-rt/
  3. llvm/