fixed for gn format

Signed-off-by: getingke <getingke@huawei.com>
Change-Id: I29c7ce9fa6808bab29ee8e23c2207315d01b892b
Signed-off-by: getingke <getingke@huawei.com>
This commit is contained in:
getingke 2021-09-23 18:28:05 +08:00
parent f8833efd42
commit 1d1a9cffe1
2 changed files with 2 additions and 3 deletions

View File

@ -49,8 +49,8 @@ ohos_shared_library("libark_jsoptimizer") {
"llvm_mcjit_engine.cpp",
"llvm_stackmap_parse.cpp",
"scheduler.cpp",
"stub_descriptor.cpp",
"stub.cpp",
"stub_descriptor.cpp",
"type.cpp",
"verifier.cpp",
]
@ -167,4 +167,4 @@ ohos_executable("ark_stub_opt") {
output_name = "ark_stub_opt"
subsystem_name = "ark"
}
}

View File

@ -108,7 +108,6 @@ host_unittest_action("StubTest") {
"LLVMTransformUtils",
"LLVMAArch64Utils",
"LLVMARMUtils",
#"LLVMX86Utils",
"LLVMIRReader",
]