Go to file
Renato Golin 8d5f31432e use the last passed -munaligned-access / -mno-unaligned-access
Passing inconsistent munaligned-access / mno-unaligned-access
flags, intentionally resulted in a warning and the flag
no-unaligned-access being used.

Gcc does, at least in practice, use the last flag in such a
case. This patch updates clang behaviour accordingly; use the
last flag or base alignment behaviour on the target (which
llvm will do if no flag is explicitly passed)

Patch by Jeroen Hofstee.

llvm-svn: 189542
2013-08-28 23:56:07 +00:00
clang use the last passed -munaligned-access / -mno-unaligned-access 2013-08-28 23:56:07 +00:00
clang-tools-extra clang-replace: Afford applying replacements in memory 2013-08-28 17:19:10 +00:00
compiler-rt [dfsan] Add custom function for dl_iterate_phdr. 2013-08-28 20:18:25 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx Marked #2163 as complete in previous commit instead of #2162. Corrected. 2013-08-27 20:25:06 +00:00
libcxxabi Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixes http://llvm.org/bugs/show_bug.cgi?id=16996. 2013-08-25 17:00:57 +00:00
lld [PECOFF] Do not create undefined atom for common symbol. 2013-08-28 23:16:04 +00:00
lldb Add missing "sys/stat.h" include 2013-08-28 16:06:16 +00:00
llvm [Object/COFF] Add coff_aux_weak_external. 2013-08-28 23:49:30 +00:00
polly Remove unneeded comma and update formatting 2013-08-24 17:58:59 +00:00