https://github.com/arsenm approved this pull request.
I think this is busted, compiler passes cannot reasonably emit calls to internal, non-ABI functions. But I guess it probably works in practice if the sanitizer lowering happens immediately before any linking. This is also consistency broken with every function, and we're already doing special case hacks for the sanitizer functions. If we had functioning compiler libraries, this should be added once in the final link invocation https://github.com/llvm/llvm-project/pull/182825 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
