Files
clang-p2996/llvm/lib/Target/ARM/ARMISelLowering.cpp
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

498 KiB