| commit | 241d01b59087f29804e9363d238e9fa33d59574e | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Sat Nov 14 10:09:12 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Sat Nov 14 10:09:12 2009 +0000 |
| tree | bd92e54dc0483c4cb65531241f6bdb2336124c97 | |
| parent | 274ab904d084e3577242dc48d7abb159242527f3 [diff] |
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