Skip to content

Commit 56816d7

Browse files
LiuYu396V8 LUCI CQ
authored andcommitted
[loong64] Supplement a LoongArch support in include/v8config.h
Change-Id: I658c1b781163bcd3ca39bfceb74aef9d255247b8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3894795 Reviewed-by: Toon Verwaest <[email protected]> Commit-Queue: Liu Yu <[email protected]> Cr-Commit-Position: refs/heads/main@{#83374}
1 parent 0b9dcd6 commit 56816d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/v8config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@ V8 shared library set USING_V8_SHARED.
703703
#define V8_TARGET_ARCH_ARM 1
704704
#elif defined(__mips64)
705705
#define V8_TARGET_ARCH_MIPS64 1
706+
#elif defined(__loongarch64)
707+
#define V8_TARGET_ARCH_LOONG64 1
706708
#elif defined(_ARCH_PPC64)
707709
#define V8_TARGET_ARCH_PPC64 1
708710
#elif defined(_ARCH_PPC)

0 commit comments

Comments
 (0)