[clang] [clang] Implement address sanitizer on AIX (1/6) (PR #129925)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon May 5 21:10:56 PDT 2025


================
@@ -256,6 +256,8 @@ def err_drv_malformed_sanitizer_metadata_ignorelist : Error<
   "malformed sanitizer metadata ignorelist: '%0'">;
 def err_drv_unsupported_static_sanitizer_darwin : Error<
----------------
MaskRay wrote:

Rename this one to `err_drv_unsupported_static_sanitizer` and make the platform name a parameter

https://github.com/llvm/llvm-project/pull/129925


More information about the cfe-commits mailing list