Go to file
Rui Ueyama dfff2542b8 COFF: Make import libraries compatible with MSVC link.
I have totally no idea why, but MSVC linker is sensitive about
file names of archive members. If we do not make import library
file names to the same as the DLL name, MSVC link *crashes*
when it is processing the library file. This patch is to set
the same name.

llvm-svn: 246535
2015-09-01 08:08:57 +00:00
clang [modules] When emitting line tables, only emit filenames that are actually referenced by the entries that we emit. 2015-09-01 07:41:55 +00:00
clang-tools-extra Allow the static assert clang-tidy checker to run over C code. 2015-08-31 21:54:42 +00:00
compiler-rt [CMake] Enable building builtins for iOS and iOS simulator. 2015-08-31 22:26:02 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Remove unused code. NFC 2015-08-31 14:43:41 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld COFF: Make import libraries compatible with MSVC link. 2015-09-01 08:08:57 +00:00
lldb A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "stabs". 2015-09-01 05:17:01 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Object: Fix COFF import file's symbols. 2015-09-01 06:01:53 +00:00
openmp Remove fork_context argument from __kmp_join_call() when OMPT is off 2015-08-31 18:15:00 +00:00
polly Fix another typo in the subloop counting 2015-08-31 21:04:51 +00:00