Evian-Zhang / llvm-ir-tutorial

LLVM IR入门指南

Home Page:https://evian-zhang.github.io/llvm-ir-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[3.0]Question about how to use the store IR instruction to obtain the blockaddress

zevorn opened this issue · comments

我遇到一个问题,并向llvm仓库提出了issue,但是还没有得到回复:
llvm/llvm-project#59057

image

我想搞清楚,如何利用llvm C++ 获取基本块的地址,并把它储存在数组里面,以便我是用indirectBr来访问它。

commented

问题已经解决,谢谢。