[all-commits] [llvm/llvm-project] d1326a: [lldb] Fix broken skipUnlessUndefinedBehaviorSanit...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Nov 30 13:03:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1326a3b10054dd89be46f51f857d009cf8ae14f
https://github.com/llvm/llvm-project/commit/d1326a3b10054dd89be46f51f857d009cf8ae14f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
Log Message:
-----------
[lldb] Fix broken skipUnlessUndefinedBehaviorSanitizer decorator
727bd89b605b broke the UBSan decorator. The decorator compiles a custom
source code snippet that exposes UB and verifies the presence of a UBSan
symbol in the generated binary. The aforementioned commit broke both by
compiling a snippet without UB and discarding the result.
More information about the All-commits
mailing list