[all-commits] [llvm/llvm-project] 997e5e: [CodeGen] Add a flag to disable emitting block sig...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Jul 9 07:18:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 997e5e870337e4a25b82be5b01e8f7675c350070
https://github.com/llvm/llvm-project/commit/997e5e870337e4a25b82be5b01e8f7675c350070
Author: Akira Hatanaka <ahatanak at gmail.com>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/UsersManual.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGBlocks.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/blocks.c
M clang/test/CodeGenObjC/blocks.m
Log Message:
-----------
[CodeGen] Add a flag to disable emitting block signature strings (#96944)
Users who don't need the signature string to be emitted can use the flag
to reduce code size.
rdar://121933818
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