Go to file
Chandler Carruth 0ae39aaefd Start keeping track of what work was done to detect a GCC installation
on the system, and report it when running the driver in verbose mode.
Without this it is essentially impossible to understand why a particular
GCC toolchain is used by Clang for libstdc++, libgcc, etc.

This also required threading a hook through the toolchain layers for
a specific toolchain implementation to print custom information under
'clang -v'. The naming here isn't spectacular. Suggestions welcome.

llvm-svn: 187427
2013-07-30 17:57:09 +00:00
clang Start keeping track of what work was done to detect a GCC installation 2013-07-30 17:57:09 +00:00
clang-tools-extra Fixed comment typo. 2013-07-29 21:59:41 +00:00
compiler-rt [sanitizer] Tweak read syscall handler signature for consistency. 2013-07-30 13:16:52 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx Debug mode for unordered_multiset. The exercise spotted a few places I had missed on unordered_set, so I picked those up as well. 2013-07-29 19:05:47 +00:00
libcxxabi I had a buffer mismanagement bug in the demangler. 2013-07-26 22:14:53 +00:00
lld [PECOFF][Driver] Remove quotes from command line arguments. 2013-07-29 23:32:22 +00:00
lldb Use the correct compiler to compute dependencies. 2013-07-30 17:33:30 +00:00
llvm Fix parameter ordering bug in createDebugIRPass() 2013-07-30 16:16:11 +00:00
polly Remove '-debug-only' from test case 2013-07-29 05:35:11 +00:00