This is an archive of the discontinued LLVM Phabricator instance.

Fix bug where `config.asan_dynamic` in generated ASan `lit.site.cfg` files was set to `False` for macOS. It should actually be `True` because dylibs are the only supported form of the ASan runtime on Apple platforms.
ClosedPublic

Authored by delcypher on Oct 11 2018, 6:49 PM.