Go to file
David Majnemer ad2986efce Parse: Don't attempt to act on #pragma init_seg when not targeting MSVC
It doesn't really make sense to try and do stuff with #pragma init_seg
when targeting non-Microsoft platforms; notions like library vs user
initializers don't exist for other targets.

This fixes PR20639.

llvm-svn: 215618
2014-08-14 06:35:08 +00:00
clang Parse: Don't attempt to act on #pragma init_seg when not targeting MSVC 2014-08-14 06:35:08 +00:00
clang-tools-extra ClangTidyTests: Suppress FixHeaderGuards on win32 for now. 2014-08-13 22:12:38 +00:00
compiler-rt tsan: fix unaligned memory access routine 2014-08-13 13:20:23 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc relational: Add islessequal(floatN) builtin 2014-08-01 21:50:59 +00:00
libcxx [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 17:32:07 +00:00
libcxxabi Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 2014-08-12 18:18:07 +00:00
lld [mach-o] Support re-exported dylibs 2014-08-13 23:55:41 +00:00
lldb Don't enable STDIN for cases where we are supplying lines to be run in the embedded python interpreter. 2014-08-14 00:44:40 +00:00
llvm MC: AsmLexer: handle multi-character CommentStrings correctly 2014-08-14 02:51:43 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Fix formatting 2014-08-13 19:39:08 +00:00