[PATCH] D132267: [llvm-objcopy][MachO] Remove more sections with llvm-bitcode-strip
Richard Howell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 21 23:25:53 PDT 2022
rmaz added a comment.
I see the producers of the sections here:
- https://github.com/llvm/llvm-project/blob/main/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp#L4910-L4938
- https://github.com/apple/swift/blob/91b2abe99686600cd18daa2e898d8376440fba9e/lib/IRGen/IRGen.cpp#L1131-L1140
- https://github.com/llvm/llvm-project/blob/main/clang/tools/driver/cc1as_main.cpp#L517-L524
The only one not totally clear is the `__asm` section, is this the only time that section is used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132267/new/
https://reviews.llvm.org/D132267
More information about the llvm-commits
mailing list