[all-commits] [llvm/llvm-project] 67da89: [libc++abi] Use target_compile_options to pass LIB...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 20 10:52:42 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67da89cf74917050b35fa63441fd25437195f8fc
https://github.com/llvm/llvm-project/commit/67da89cf74917050b35fa63441fd25437195f8fc
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M libcxxabi/CMakeLists.txt
M libcxxabi/src/CMakeLists.txt
Log Message:
-----------
[libc++abi] Use target_compile_options to pass LIBCXXABI_ADDITIONAL_COMPILE_FLAGS (#96112)
We use target_compile_options to pass the libc++ variant of this flag,
so we should be consistent for libc++abi. This is actually not only a
matter of consistency: target_compile_options handles duplicate CMake
options in a certain way (it removes duplicates but has an escape hatch
using the "SHELL:" prefix), and it is important for both libc++ and
libc++abi options to be handled in the same way.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list