Go to file
Pete Cooper d4f414583a Fix handling of mach header and DSO handle symbols.
The magic file which contained these symbols inherited from archive
which meant that the resolver didn't add the required atoms as archive
members only get added when referenced.  Instead we now inherit from
SimpleFile which always links in the atoms needed.

The second issue was in the handling of these symbols when we emit
the MachO.  The mach header symbol needs to be in the atom list as
it gets an offset (0), and being in the atom list makes sure it is
emitted to the symbol table.  DSO handles are not emitted to the
symbol table.

rdar://problem/24450654

llvm-svn: 259574
2016-02-02 21:37:15 +00:00
clang ARM: allow both vfma and vfms intrinsics on v7. 2016-02-02 18:02:10 +00:00
clang-tools-extra [clang-tidy] Removed unnecessary parameters in the test 2016-02-02 17:27:08 +00:00
compiler-rt Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X) 2016-02-02 18:52:48 +00:00
debuginfo-tests
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Fix handling of mach header and DSO handle symbols. 2016-02-02 21:37:15 +00:00
lldb Revert "[NFC] Cleanup RangeMap.h" 2016-02-02 20:26:50 +00:00
llgo
llvm AMDGPU: Do not promote allocas with non-inbounds GEPs 2016-02-02 21:16:12 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly ScopInfo: Split memory access construction into different cases 2016-02-02 16:46:49 +00:00