[all-commits] [llvm/llvm-project] 8fa45b: [LLParser][OpaquePtr] Support forward reference to...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Feb 10 03:22:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fa45b826a68037904e2c4b7a9e2de7c4a798bd3
https://github.com/llvm/llvm-project/commit/8fa45b826a68037904e2c4b7a9e2de7c4a798bd3
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/lib/AsmParser/LLParser.cpp
M llvm/test/Assembler/opaque-ptr.ll
Log Message:
-----------
[LLParser][OpaquePtr] Support forward reference to unnamed function
With opaque pointers, we always create forward references as i8
globals, so it will not be Function here.
More information about the All-commits
mailing list