Skip to content

Commit c2a1ab3

Browse files
committed
[docs] Fix code example: the JITLink APIs use ExecutorAddr now.
1 parent 09b00ab commit c2a1ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/JITLink.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ implementation of powerful new features. For example:
623623
.. code-block:: c++
624624

625625
StringRef FunctionName = "foo";
626-
std::vector<JITTargetAddress> CallSitesForFunction;
626+
std::vector<ExecutorAddr> CallSitesForFunction;
627627

628628
auto RecordCallSites =
629629
[&](LinkGraph &G) -> Error {

0 commit comments

Comments
 (0)