diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-09-21 21:28:48 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-09-21 21:28:48 +0000 |
commit | d51d38f6f9e9528ad5c98f5c80ebbffd1f930273 (patch) | |
tree | 8e8b37505cedf6e175251f44cde6ae04de531f8b /llvm/test/lit.cfg.py | |
parent | 0d36b657b9771e6013e1e83e567d80003631766e (diff) | |
download | bcm5719-llvm-d51d38f6f9e9528ad5c98f5c80ebbffd1f930273.tar.gz bcm5719-llvm-d51d38f6f9e9528ad5c98f5c80ebbffd1f930273.zip |
[libunwind] Partially revert r297174 to fix build on at least FreeBSD.
The changes in r297174 moved the #include of <link.h> on FreeBSD (and
probably other systems) inside of the open 'libunwind' namespace
causing various system-provided types such as pid_t to be declared in
this namespace rather than the global namespace. Fix this by moving
the relevant declarations before the 'libunwind' namespace is opened,
but still using the cleaned up declarations from r297174.
Reviewed By: ed, compnerd
Differential Revision: https://reviews.llvm.org/D38108
llvm-svn: 313920
Diffstat (limited to 'llvm/test/lit.cfg.py')
0 files changed, 0 insertions, 0 deletions