[all-commits] [llvm/llvm-project] e95a3c: [BPF] Restore failing offset-reloc-cast-struct tes...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Dec 19 05:31:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e95a3cc5febc76b146b3af6a079e1b1ce4e0c25a
https://github.com/llvm/llvm-project/commit/e95a3cc5febc76b146b3af6a079e1b1ce4e0c25a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
M llvm/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
Log Message:
-----------
[BPF] Restore failing offset-reloc-cast-struct tests (NFC)
After opaque pointer conversion these tests fail with a use after
free under asan, due to bugs in BPFAbstractMemberAccess. For now,
restore the tests to unbreak build bots.
More information about the All-commits
mailing list