Go to file
Rui Ueyama b355fd0308 Object: Fix COFF import file's symbols.
If a symbol is marked as "data", the symbol should be exported
with __imp_ prefix. Previously, the symbol was exported as-is.

llvm-svn: 246532
2015-09-01 06:01:53 +00:00
clang Don't use fprintf to emit this diagnostic! 2015-09-01 02:35:58 +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 Remember the maximum alignment used to refer to a common symbol. 2015-09-01 01:19:12 +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