diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-03-08 15:47:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 15:47:43 -0500 |
commit | 8d85cd3a59f65315bbadaf11c4b3f107238456db (patch) | |
tree | 9b1058a526002c167d5aff19e7b05bcc3a4b6241 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 83789ffbd857bb78b69d6e54560310ff2d347f04 (diff) | |
download | llvm-8d85cd3a59f65315bbadaf11c4b3f107238456db.zip llvm-8d85cd3a59f65315bbadaf11c4b3f107238456db.tar.gz llvm-8d85cd3a59f65315bbadaf11c4b3f107238456db.tar.bz2 |
[libc++] Don't build against libcxxrt by default on FreeBSD (#84484)
The libc++ CMake build aims to provide a general-purpose configuration
that matches the canonical LLVM setup (libc++ / libc++abi / libunwind),
not the configuration used for compatibility on any given system. For
these "compatibility" configurations, we use CMake caches like
Apple.cmake and FreeBSD.cmake.
Defaulting to libcxxrt on FreeBSD makes it look as though we're trying
to build the system compatible configuration on FreeBSD, which isn't
really correct and causes confusion more than anything else.
Fixes #84476
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions