[all-commits] [llvm/llvm-project] d27960: [Linker] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jan 17 03:22:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d279602ba9a68943e6f138653e6ef5680d2095e1
https://github.com/llvm/llvm-project/commit/d279602ba9a68943e6f138653e6ef5680d2095e1
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M llvm/test/Linker/Inputs/pr22807-1.ll
M llvm/test/Linker/Inputs/pr22807-2.ll
M llvm/test/Linker/pr22807.ll
Log Message:
-----------
[Linker] Convert test to opaque pointers (NFC)
Removing pointer indirections to at least somewhat preserve test
intent. I wasn't aware this kind of directly co-recursive type
is even legal.
More information about the All-commits
mailing list