[PATCH] D77248: [llvm][IR] Add a new Constant, PLTEntry, which may represent the PLT entry for a function
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 18 12:31:52 PDT 2020
lebedev.ri added a comment.
Missing RFC + langref changes.
================
Comment at: llvm/include/llvm/IR/Constants.h:892
+/// Wrapper for a function which indicates this may be lowered to the PLT entry
+/// for this function rather than a direct reference.
----------------
What's PLT entry?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77248/new/
https://reviews.llvm.org/D77248
More information about the llvm-commits
mailing list