Rafael Espindola
|
0693182265
|
Don't include information about the build into the information returned by
getHostTriple. This fixes a 32 bit clang running on a 64 bit ubuntu.
llvm-svn: 131463
|
2011-05-17 15:26:34 +00:00 |
Daniel Dunbar
|
8991d611fd
|
sys/Host: Change getHostTriple() to return the full Darwin version on OS X.
llvm-svn: 129852
|
2011-04-20 15:44:33 +00:00 |
Nick Lewycky
|
0de20af7ba
|
Add missing standard headers. Patch by Joerg Sonnenberger!
llvm-svn: 122193
|
2010-12-19 20:43:38 +00:00 |
Charles Davis
|
54c9eb6fff
|
Now to chant the magical incantation that will exorcise the System library
from LLVM forever:
grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g'
llvm-svn: 120314
|
2010-11-29 19:44:50 +00:00 |
Michael J. Spencer
|
447762da85
|
Merge System into Support.
llvm-svn: 120298
|
2010-11-29 18:16:10 +00:00 |