diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2025-04-24 16:22:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-24 16:22:56 -0700 |
commit | 42622c79592b98b899d787c89db11cea1b540b96 (patch) | |
tree | 24c9200580e3a816406256fc88ce27708d183799 /clang/lib/CodeGen/BackendUtil.cpp | |
parent | 5b16941f5707c3a326b688e0954f8882d8a36951 (diff) | |
download | llvm-42622c79592b98b899d787c89db11cea1b540b96.zip llvm-42622c79592b98b899d787c89db11cea1b540b96.tar.gz llvm-42622c79592b98b899d787c89db11cea1b540b96.tar.bz2 |
[bazel] Depend on full Utility library in lldb (#137265)
Since 6493345c5ab96f60ab5ee38272fb6635f2083318 the utility library is
needed by the driver. Since liblldb's exports are limited with
-exports_symbols_list on macOS, some symbols like
`__ZN12SelectHelper10FDSetWriteEi` are not exported from liblldb and
therefore cause linker failures on macOS only. In the cmake the driver
now depends on the full utility library, even though that leads to some
duplication of symbols, so it should be safe for us to do in bazel as
well.
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
0 files changed, 0 insertions, 0 deletions