mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
8a59f5c79fec30f876d30f4e8347dfed64ea3df5
The freebsd dynamic linker doesn't check if the value is null (and it is reasonable for it to do that). That means that producing a .so with a null DT_INIT/DT_FINI causes the base address to be called. This should fix the libreoffice build. llvm-svn: 291944
…
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%