We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39e875 commit 87015f3Copy full SHA for 87015f3
Tools/jit/_targets.py
@@ -324,7 +324,8 @@ def _handle_relocation(
324
"Offset": offset,
325
"Symbol": s,
326
"Type": {
327
- "Name": "IMAGE_REL_ARM64_BRANCH26"
+ "Name": "IMAGE_REL_ARM64_BRANCH19"
328
+ | "IMAGE_REL_ARM64_BRANCH26"
329
| "IMAGE_REL_ARM64_PAGEBASE_REL21"
330
| "IMAGE_REL_ARM64_PAGEOFFSET_12A"
331
| "IMAGE_REL_ARM64_PAGEOFFSET_12L" as kind
0 commit comments