Go to file
Saleem Abdulrasool 4d950ef892 ARM: fix `-mlong-calls` for WoA
Not all code-paths set the relocation model to static for Windows.  This
currently breaks on Windows ARM with `-mlong-calls` when built with clang.
Loosen the assertion to what it was previously.  We would ideally ensure that
all the configuration sets Windows to static relocation model.

llvm-svn: 274570
2016-07-05 18:30:52 +00:00
clang [Sema] Fix a bug where pack expansion was not expanded in type alias 2016-07-05 17:57:24 +00:00
clang-tools-extra [clang-tidy] UnnecessaryValueParamCheck - only warn for virtual methods 2016-07-05 14:40:44 +00:00
compiler-rt [tsan] Synchronize leaving a GCD group with notifications 2016-07-05 13:48:54 +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 configure: Remove device specific defines 2016-06-17 20:30:50 +00:00
libcxx Add unordered_map::insert benchmark test and rename file 2016-07-02 05:30:54 +00:00
libcxxabi Fix [libcxxabi] Fix warning about uninitialized const member. 2016-06-15 19:59:16 +00:00
libunwind [libunwind] Improve unwinder stack usage - III 2016-06-14 15:51:01 +00:00
lld [ELF] Support --entry= option variant. Update tests while I'm there. 2016-07-04 21:50:50 +00:00
lldb Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the right thing. 2016-07-05 18:19:43 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm ARM: fix `-mlong-calls` for WoA 2016-07-05 18:30:52 +00:00
openmp __kmp_partition_places: Update assertion for new parameter update_master_only 2016-07-04 05:58:10 +00:00
parallel-libs Change mailing list names in README 2016-06-24 22:50:09 +00:00
polly cmake: do not check-format anything in lib/External 2016-07-05 15:26:33 +00:00