[PATCH] D141550: [CompilerRT] Remove ubsan static runtime on Apple
Usama Hameed via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 11 16:12:39 PST 2023
usama54321 marked an inline comment as done.
usama54321 added inline comments.
================
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:219
+def err_drv_unsupported_static_ubsan_darwin : Error<
+ "Static UBSan runtime is not supported on darwin">;
def err_drv_duplicate_config : Error<
----------------
delcypher wrote:
> Nit: Driver messages start with lowercase.
>
> Also please check if "UBSan" is spelt differently in existing driver messages. It might actually be written more explicitly like "undefined behavior sanitizer".
renamed UBSan to UndefinedBehaviorSanitizer as I see instances of AddressSanitizer and ThreadSanitizer in other messages. Did not find an equivalent for ubsan
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141550/new/
https://reviews.llvm.org/D141550
More information about the cfe-commits
mailing list