There are a couple internal builds that require the use of this flag.
Details
Details
- Reviewers
gkm int3 - Group Reviewers
Restricted Project - Commits
- rGd54360cd3228: [lld-macho] Implement -S
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
lld/MachO/InputFiles.cpp | ||
---|---|---|
839–840 ↗ | (On Diff #382524) | When we implement https://bugs.llvm.org/show_bug.cgi?id=49282, we'll want to parse debug info regardless |
lld/test/MachO/stabs.s | ||
64 | we're not testing -oso_prefix here, so there's no need to do the cd %t |
lld/MachO/InputFiles.cpp | ||
---|---|---|
839–840 ↗ | (On Diff #382524) | Removed it. I added it originally to avoid the extra computation work if it's going to be skipped but performing this doesn't seem like a huge impact (plus the need to parse it down the road regardless) |
we're not testing -oso_prefix here, so there's no need to do the cd %t