[all-commits] [llvm/llvm-project] 308479: [Linker] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 14 03:50:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3084797795329602fd293679b04ebff8947c8b08
https://github.com/llvm/llvm-project/commit/3084797795329602fd293679b04ebff8947c8b08
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/test/Linker/intrinsics-with-unnamed-types.ll
Log Message:
-----------
[Linker] Convert test to opaque pointers (NFC)
All the pointer-indirected cases are no longer relevant with
opaque pointers. To preserve at least some of the test intent,
switch to by value passing of the unnamed types. Otherwise we
wouldn't be testing anything at all.
More information about the All-commits
mailing list