[all-commits] [llvm/llvm-project] af098e: Revert "[ubsan_minimal] Allow UBSan handler from M...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Fri Nov 21 01:09:49 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af098e009695c07d5f56d1d8a1f9c8380919f26d
https://github.com/llvm/llvm-project/commit/af098e009695c07d5f56d1d8a1f9c8380919f26d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-11-21 (Fri, 21 Nov 2025)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
M compiler-rt/test/ubsan_minimal/TestCases/misalignment.cpp
M compiler-rt/test/ubsan_minimal/TestCases/null.cpp
Log Message:
-----------
Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept arguments (#152192)" (#168812)
This partially reverts #152192, keeping updated tests and
some code reordering in clang/lib/CodeGen/CGExpr.cpp.
compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp is exact revert
(with followup #152419)
We don't have a good use case for that, so revert it before we are stuck
maintaining this API.
21.x does not have this patch.
This reverts commit a1209d868632b8aea10450cd2323848ab0b6776a.
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