================ @@ -277,6 +277,7 @@ def err_drv_malformed_sanitizer_metadata_ignorelist : Error< "malformed sanitizer metadata ignorelist: '%0'">; def err_drv_unsupported_static_sanitizer_darwin : Error< "static %0 runtime is not supported on darwin">; +def err_drv_not_a_ubsan_sanitizer : Error<"not a UBSan sanitizer: '%0'">; ---------------- j39m wrote:
Thanks - fixed. https://github.com/llvm/llvm-project/pull/170822 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
