forked from OSchip/llvm-project
400cd6d2f0
On FreeBSD, the `environ` symbol is undefined at link time for shared libraries, but resolved by the dynamic linker at runtime. Therefore, allow the symbol to be undefined when creating a shared library, by using the `--allow-shlib-undefined` linker flag, instead of `-z defs` (a.k.a `--no-undefined`). Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D107698 |
||
---|---|---|
.. | ||
aarch64 | ||
amdgpu | ||
common | ||
cuda | ||
generic-elf-64bit/src | ||
ppc64 | ||
ppc64le | ||
remote | ||
ve | ||
x86_64 | ||
CMakeLists.txt | ||
exports |