[all-commits] [llvm/llvm-project] 9f7d55: [NFC] Pass GV value type instead of pointer type t...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon May 17 18:50:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f7d552cff8d62250461ef396d9d4ffab4ecd378
https://github.com/llvm/llvm-project/commit/9f7d552cff8d62250461ef396d9d4ffab4ecd378
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M clang/lib/CodeGen/CGBlocks.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
Log Message:
-----------
[NFC] Pass GV value type instead of pointer type to GetOrCreateLLVMGlobal
For opaque pointers, to avoid PointerType::getElementType().
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D102638
More information about the All-commits
mailing list