Go to file
Saleem Abdulrasool ec8c2db283 MC: mark COFF .drectve section as REMOVE
The .drectve section should be marked as IMAGE_SCN_LNK_REMOVE.  This matches what
the MSVC toolchain does and accurately reflects that this section should not be
emitted into the final binary.  This section is merely information for the
linker, comprising of additional linker directives.

llvm-svn: 209273
2014-05-21 05:15:01 +00:00
clang [C++11] Use 'nullptr'. CodeGen edition. 2014-05-21 05:09:00 +00:00
clang-tools-extra Added a comment 2014-05-19 17:46:28 +00:00
compiler-rt XFAIL ptrace test on arm 2014-05-20 23:31:26 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx [modules] Add initial module map for libc++. 2014-05-21 00:33:49 +00:00
libcxxabi Fix typo in comment. 2014-05-14 17:16:57 +00:00
lld [PECOFF] Make COFFObjectReader thread-safe. 2014-05-21 04:17:05 +00:00
lldb ReExported symbols can point to a library that doesn't actually 2014-05-21 03:58:03 +00:00
llvm MC: mark COFF .drectve section as REMOVE 2014-05-21 05:15:01 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly polly: update for LLVM API change 2014-05-19 03:55:49 +00:00