[all-commits] [llvm/llvm-project] f8a2ed: [ubsan_minimal] Introduce custom substitutions for...
Andrew Lazarev via All-commits
all-commits at lists.llvm.org
Thu Jul 31 18:11:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8a2ed7aaccd60ed8939dfeb32fc38e05ebeda25
https://github.com/llvm/llvm-project/commit/f8a2ed7aaccd60ed8939dfeb32fc38e05ebeda25
Author: Andrew Lazarev <alazarev at google.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M compiler-rt/test/ubsan_minimal/TestCases/alignment-assumption.c
M compiler-rt/test/ubsan_minimal/TestCases/icall.c
M compiler-rt/test/ubsan_minimal/TestCases/implicit-integer-sign-change.c
M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation-or-sign-change.c
M compiler-rt/test/ubsan_minimal/TestCases/implicit-signed-integer-truncation.c
M compiler-rt/test/ubsan_minimal/TestCases/implicit-unsigned-integer-truncation.c
M compiler-rt/test/ubsan_minimal/TestCases/local_bounds.cpp
M compiler-rt/test/ubsan_minimal/TestCases/nullptr-and-nonzero-offset.c
M compiler-rt/test/ubsan_minimal/TestCases/override-callback.c
M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup-limit.cpp
M compiler-rt/test/ubsan_minimal/TestCases/recover-dedup.cpp
M compiler-rt/test/ubsan_minimal/TestCases/test-darwin-interface.c
M compiler-rt/test/ubsan_minimal/TestCases/uadd-overflow.cpp
M compiler-rt/test/ubsan_minimal/lit.common.cfg.py
Log Message:
-----------
[ubsan_minimal] Introduce custom substitutions for clang with minimal runtime (#151613)
Make clang calls using custom suffix to allow correct calls without
reading cfg.py. As I see tests for other other specific checks are doing
it too (e.g. %clangxx_asan).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list