Skip to content
Unverified Commit 360d6773 authored by Petr Hosek's avatar Petr Hosek Committed by GitHub
Browse files

[compiler-rt] Link atomic against builtins (#65239)

The atomic shared library needs to be linked against builtins. The
`add_compiler_rt_runtime` call already has `DEP builtins` but that only
ensures that the `builtins` target is built before `clang_rt.atomic` but
doesn't link against `clang_rt.builtins`, to do so we need to use
`LINK_LIBS clang_rt.builtins`.
parent 900e6fcf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment