Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert r147542 after comments from Joerg Sonnenberger | Sebastian Pop | 2012-01-05 | 1 | -12/+6 |
| | | | | llvm-svn: 147608 | ||||
* | use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT | Sebastian Pop | 2012-01-04 | 1 | -6/+12 |
| | | | | | | | | | | Get back getHostTriple. For JIT compilation, use the host triple instead of the default target: this fixes some JIT testcases that used to fail when the compiler has been configured as a cross compiler. llvm-svn: 147542 | ||||
* | rename getHostTriple into getDefaultTargetTriple | Sebastian Pop | 2011-11-01 | 1 | -5/+5 |
| | | | | llvm-svn: 143502 | ||||
* | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop | 2011-11-01 | 1 | -4/+1 |
| | | | | llvm-svn: 143501 | ||||
* | Remove the hack to check UNAME_RELEASE when identifying the Darwin version. | Bob Wilson | 2011-09-20 | 1 | -9/+0 |
| | | | | | | | | | This was only needed to locate llvm-gcc's installation directory when clang falls back to run llvm-gcc for i386 kexts. As of clang svn r140187, we're now just searching paths with several different Darwin versions on either side of the current version, so this is no longer needed. llvm-svn: 140188 | ||||
* | Clarify a comment. | Bob Wilson | 2011-08-10 | 1 | -1/+3 |
| | | | | llvm-svn: 137204 | ||||
* | Put Darwin-specific code inside an __APPLE__ ifdef. | Bob Wilson | 2011-08-09 | 1 | -0/+2 |
| | | | | llvm-svn: 137137 | ||||
* | Recognize the UNAME_RELEASE environment variable to match Darwin's uname. | Bob Wilson | 2011-08-09 | 1 | -0/+6 |
| | | | | | | | | When this variable is set, "uname -r" will return its value instead of the real OS version. Make this affect LLVM's triple for consistency. <rdar://problem/9919167> llvm-svn: 137111 | ||||
* | Don't include information about the build into the information returned by | Rafael Espindola | 2011-05-17 | 1 | -29/+0 |
| | | | | | | getHostTriple. This fixes a 32 bit clang running on a 64 bit ubuntu. llvm-svn: 131463 | ||||
* | sys/Host: Change getHostTriple() to return the full Darwin version on OS X. | Daniel Dunbar | 2011-04-20 | 1 | -4/+1 |
| | | | | llvm-svn: 129852 | ||||
* | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
| | | | | llvm-svn: 122193 | ||||
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | from LLVM forever: grep -lR "llvm/System" * | grep -v .svn | xargs sed -ie 's#llvm/System#llvm/Support#g' llvm-svn: 120314 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+96 |
llvm-svn: 120298 |