Go to file
Rafael Espindola 4dd3677b5f Replace -use-init-array with -use-ctors.
We have been using .init-array for most systems for quiet some time,
but tools like llc are still defaulting to .ctors because the old
option was never changed.

This patch makes llc default to .init-array and changes the option to
be -use-ctors.

Clang is not affected by this. It has its own fancier logic.

llvm-svn: 216905
2014-09-02 13:54:53 +00:00
clang Test cleanup: move CHECK close to code. 2014-09-01 22:29:32 +00:00
clang-tools-extra Remove unused AST matcher. 2014-09-02 09:46:43 +00:00
compiler-rt tsan: disable getpwent interceptors 2014-09-02 12:51:11 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build against LLVM SVN >= r216488 2014-08-28 06:19:37 +00:00
libcxx Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie. 2014-08-27 17:00:11 +00:00
libcxxabi Add missing include to a test case. 2014-08-29 16:09:32 +00:00
lld [PECOFF] Fix AMD64_REL_[1-5] and AMD64_SECTION relocations 2014-08-29 20:33:27 +00:00
lldb Add an interface on ArchSpec to provide lldb client code 2014-09-01 09:06:03 +00:00
llvm Replace -use-init-array with -use-ctors. 2014-09-02 13:54:53 +00:00
openmp Commit PowerPC64 support from Carlo Bertolli at IBM. 2014-08-07 10:12:54 +00:00
polly Fix formatting 2014-08-31 16:21:20 +00:00