[PATCH] D32064: [asan] Disable ASan global-GC depending on the target and CGOpts
Peter Collingbourne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 13 17:14:54 PDT 2017
pcc added a comment.
I think it would be better to move this logic to the driver and have it pass in an `-mllvm` flag. The sanitizer passes should really be taking no arguments in the constructor like the other passes, so I don't want us to add another argument here.
Repository:
rL LLVM
https://reviews.llvm.org/D32064
More information about the cfe-commits
mailing list