[SR-11884] Link-In ubsan_standalone If libFuzzer is used in Isolation #54300
Labels
compiler
The Swift compiler itself
good first issue
Good for newcomers
improvement
legacy driver
Area → compiler: the integrated C++ legacy driver. Succeeded by the swift-driver project
Additional Detail from JIRA
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.
The text was updated successfully, but these errors were encountered: