llvm-project/llvm/tools/llvm-shlib
Aaron Puchert 1a14436c35 Make sure libLLVM users link with libatomic if needed
64-bit atomics are used in llvm/ADT/Statistic.h, which means that users
of libLLVM.so might also have to link with libatomic. To avoid having
to special-case the library here, we simply add all `LLVM_SYSTEM_LIBS`
as public link dependencies to libLLVM.

This fixes a build failure on PowerPC 32-bit.

Reviewed By: beanz

Differential Revision: https://reviews.llvm.org/D132799
2022-09-18 19:11:57 +02:00
..
CMakeLists.txt Make sure libLLVM users link with libatomic if needed 2022-09-18 19:11:57 +02:00
gen-msvc-exports.py
libllvm.cpp
simple_version_script.map.in [cmake][NFC] Configuration for libLLVM.so symbol versioning 2022-02-01 23:05:03 -08:00