Commit 56dd2864 authored by Liu Yu's avatar Liu Yu Committed by V8 LUCI CQ

[test][loong64] Fix error when moving test-disasm-loong64

commit ce9d6d49

Bug: v8:12781
Change-Id: I2010281c04a26cd93fefabae98cf9a6585210013
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3687069
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Auto-Submit: Liu Yu <liuyu@loongson.cn>
Cr-Commit-Position: refs/heads/main@{#80916}
parent 22b4ab86
......@@ -319,7 +319,7 @@ v8_source_set("cctest_sources") {
]
} else if (v8_current_cpu == "loong64") {
sources += [ ### gcmole(arch:loong64) ###
"test-disasm-loong64.cc",
"test-assembler-loong64.cc",
"test-macro-assembler-loong64.cc",
]
}
......
......@@ -35,7 +35,8 @@
#include "src/diagnostics/disassembler.h"
#include "src/execution/frames-inl.h"
#include "src/init/v8.h"
#include "test/cctest/cctest.h"
#include "test/unittests/test-utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace v8 {
namespace internal {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment