Go to file
Bill Wendling 766d4d22ac The top-level clang Makefile is #included into other Makefiles. (sigh) So we
can't have the logic here to add in the 'tools/{driver,libclang}' directories,
because they will be added in for ALL Makefiles which #include the top-level
one. Place the logic into the 'tools' Makefile.

llvm-svn: 165103
2012-10-03 08:39:19 +00:00
clang The top-level clang Makefile is #included into other Makefiles. (sigh) So we 2012-10-03 08:39:19 +00:00
clang-tools-extra Fix typo in a comment in lit.cfg 2012-09-12 16:29:37 +00:00
compiler-rt Build ASan runtime on Linux for both x86_64 and i386, same as we do with full compiler_rt and libprofile 2012-10-03 07:16:31 +00:00
debuginfo-tests Fix this for gdb 7.4. 2012-07-23 19:41:58 +00:00
libclc Add barrier.cl to SOURCES, spotted by Jin Wang. 2012-09-05 18:13:55 +00:00
libcxx Make vector::iterator and string::iterator more resilient against overly generic relational operators. 2012-10-02 19:45:42 +00:00
libcxxabi Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a full description of _LIBCXX_DYNAMIC_FALLBACK, see src/private_typeinfo.cpp. 2012-09-28 22:43:50 +00:00
lld Changed test output comparison to be consistent with the way llvm-objdump and llvm-readobj work. 2012-10-02 21:12:21 +00:00
lldb The kernel loading code is now isolated in the DynamicLoaderDarwinKernel; 2012-10-03 01:29:34 +00:00
llvm Fixed a bug in the ExecutionDependencyFix pass that caused dependencies to not propagate through implicit defs. 2012-10-03 08:29:36 +00:00
polly Add a new isl based code generation 2012-10-02 19:50:43 +00:00