diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-06-20 13:52:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-20 13:52:20 -0400 |
commit | 67da89cf74917050b35fa63441fd25437195f8fc (patch) | |
tree | 39a6ce90e14ccdeb818c35cbcc53126efec1e20b /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | 8d9db947b725fefbb02905c5d6be05e09a306f6b (diff) | |
download | llvm-67da89cf74917050b35fa63441fd25437195f8fc.zip llvm-67da89cf74917050b35fa63441fd25437195f8fc.tar.gz llvm-67da89cf74917050b35fa63441fd25437195f8fc.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions