Skip to content

Commit 7ae6d9e

Browse files
committed
Fix references to moved polyglot.h header.
1 parent 72d1f41 commit 7ae6d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/contributor/cexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ not a `VALUE`.
123123

124124
`polyglot_*`
125125

126-
See [polyglot.h](https://github.com/oracle/graal/blob/master/sulong/projects/com.oracle.truffle.llvm.libraries.bitcode/include/polyglot.h) for documentation regarding the `polyglot_*` methods.
126+
See [polyglot.h](https://github.com/oracle/graal/blob/master/sulong/projects/com.oracle.truffle.llvm.libraries.graalvm.llvm/include/graalvm/llvm/polyglot.h) for documentation regarding the `polyglot_*` methods.
127127

128128

129129
##### ValueWrapper Long Representation

lib/cext/include/truffleruby/truffleruby-pre.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" {
2020

2121
#define TRUFFLERUBY
2222

23-
#include <polyglot.h>
23+
#include <graalvm/llvm/polyglot.h>
2424

2525
#include <ctype.h> // isdigit
2626

0 commit comments

Comments
 (0)