| commit | fb1a6eb69badf13177004a6226d82282588d3326 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Mar 31 17:30:15 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Mar 31 17:30:15 2009 +0000 |
| tree | 344036e008fef64eed5fb628ae429f6e8ef8f45d | |
| parent | 1bf3b718cd549fcf058976bcd312a20886237021 [diff] |
Add llvm::sys::getHostTriple and remove
llvm::sys::getOS{Name,Version}.
Right now the implementation just derives from LLVM_HOSTTRIPLE (which
is wrong, but it doesn't look like we have a define for the target
triple). Ideally this routine would actually be able to compute the
triple for targets we care about.
llvm-svn: 68118