swiftlang/swift
GitHub で見る[SR-11884] Link-In ubsan_standalone If libFuzzer is used in Isolation
Open
#54,300 opened on 2019年12月2日
compilergood first issueimprovementlegacy driver
Repository metrics
- Stars
- (69,989 stars)
- PR merge metrics
- (平均マージ 8d 17h) (30d で 510 merged PRs)
説明
| Previous ID | SR-11884 |
| Radar | rdar://problem/57561703 |
| Original Reporter | @CodaFi |
| Type | Improvement |
| Votes | 0 |
| Component/s | Compiler |
| Labels | Improvement, Driver, StarterBug |
| Assignee | None |
| Priority | Medium |
md5: dbc17fedacd6b7aadfdf4e5529d7bd3d
Issue Description:
libFuzzer can be used apart from the other sanitizers, but it still relies on compiler RT primitives to get its job done. We should detect if the user is just linking libFuzzer standalone and automatically add ubsan_standalone to the link line.