Go to file
Saleem Abdulrasool 0b5569972f MC: simplify object file selection for Windows
Windows always uses COFF unless Windows ELF is in use.  Rather than checking if
Windows, MinGW, or Cygwin is being targeted, just check if the target OS is
windows and that it is not an ELF environment.

llvm-svn: 203159
2014-03-06 20:47:03 +00:00
clang [docs] s/cpp11-migrate/clang-modernize/ 2014-03-06 20:30:05 +00:00
clang-tools-extra Use the appropriate operator<< instead of addRanges. 2014-03-06 13:24:28 +00:00
compiler-rt tsan: update Go windows build script 2014-03-06 14:49:21 +00:00
debuginfo-tests Relax testcase: Newer versions of LLDB don't necessarily print the "{". 2014-02-27 17:51:50 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Fix a couple of -Wabsolute-value warnings in the libc++ tests 2014-03-06 16:27:17 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [Mips] Replace "virtual" by "override" in member function declarations 2014-03-06 10:29:45 +00:00
lldb Added lldb-dll-export.h to the public API, fixing 2014-03-06 17:50:01 +00:00
llvm MC: simplify object file selection for Windows 2014-03-06 20:47:03 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly [Layering] Update include of DebugInfo.h which moved to the IR library 2014-03-06 00:47:27 +00:00