[all-commits] [llvm/llvm-project] 11c7a7: [Linker] Convert test to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 14 04:03:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11c7a753886ce46de52559929a2e05f036e0b16b
https://github.com/llvm/llvm-project/commit/11c7a753886ce46de52559929a2e05f036e0b16b
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M llvm/test/Linker/Inputs/pr21374.ll
M llvm/test/Linker/pr21374.ll
Log Message:
-----------
[Linker] Convert test to opaque pointers (NFC)
To preserve test intent, remove a pointer indirection and use
a GEP instead of bitcast, so the type is still mentioned.
More information about the All-commits
mailing list