Go to file
Greg Clayton bc76668142 Fixed launching in shell on haswell enabled Macs to work more than once when you do:
% lldb -x /bin/ls
(lldb) r
(lldb) r

Prior to this fix the first time it would run /usr/bin/arch with "-arch x86_64" the first time and succeed, and fail the second when the target had updated its architecture to x86_64h. We can't specify x86_64h to /usr/bin/arch, it doesn't handle it.

Also fixed it so /usr/bin/arch is only used for Apple triples.

<rdar://problem/17951312>

llvm-svn: 215475
2014-08-12 21:38:59 +00:00
clang Support named values in the autocomplete feature. 2014-08-12 21:11:37 +00:00
clang-tools-extra [clang-query] Use the new API for named values from the Parser. 2014-08-12 21:22:58 +00:00
compiler-rt [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in favor of 2014-08-12 20:28:20 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 17:32:07 +00:00
libcxxabi Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 18:18:07 +00:00
lld [PECOFF] Fix /profile option. 2014-08-11 21:31:07 +00:00
lldb Fixed launching in shell on haswell enabled Macs to work more than once when you do: 2014-08-12 21:38:59 +00:00
llvm [AVX512] Handle valign masking intrinsic via C++ lowering 2014-08-12 21:13:12 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly [Refactor] Cleanup runtime code generation 2014-08-12 18:35:54 +00:00