delete llvm_stackmap_parse so

Signed-off-by: surpassgoodchao <surpassgoodchao@qq.com>
This commit is contained in:
surpassgoodchao 2021-10-14 19:48:53 +08:00
parent d121dcd858
commit 96aa1e7623
5 changed files with 1 additions and 37 deletions

View File

@ -375,6 +375,7 @@ ecma_source = [
"ecmascript/vmstat/caller_stat.cpp",
"ecmascript/vmstat/runtime_stat.cpp",
"ecmascript/weak_vector.cpp",
"ecmascript/compiler/llvm/llvm_stackmap_parser.cpp",
]
ecma_source += [
@ -395,7 +396,6 @@ source_set("libark_jsruntime_static") {
deps = [
"$ark_root/libpandabase:libarkbase",
"$ark_root/libpandafile:libarkfile",
"//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser",
sdk_libc_secshared_dep,
]
@ -438,7 +438,6 @@ source_set("libark_jsruntime_test_static") {
":copy_resource_xml",
"$ark_root/libpandabase:libarkbase",
"$ark_root/libpandafile:libarkfile",
"//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser",
"//third_party/icu/icu4c:shared_icui18n",
"//third_party/icu/icu4c:shared_icuuc",
sdk_libc_secshared_dep,
@ -473,8 +472,6 @@ ohos_shared_library("libark_jsruntime_test") {
} else {
deps += [ "$ark_root/runtime:libarkruntime" ]
}
deps +=
[ "//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser" ]
output_extension = "so"
subsystem_name = "test"

View File

@ -141,7 +141,6 @@ ohos_shared_library("libark_jsoptimizer") {
deps = [
":libark_jsoptimizer_static",
"//ark/js_runtime:libark_jsruntime",
"//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser",
]
if (compile_llvm_online) {
@ -166,8 +165,6 @@ ohos_shared_library("libark_jsoptimizer_test") {
if (is_standard_system) {
deps += [ "$ark_root/runtime:libarkruntime_static" ]
deps +=
[ "//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser" ]
} else {
deps += [ "$ark_root/runtime:libarkruntime" ]
}

View File

@ -1,28 +0,0 @@
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//ark/js_runtime/js_runtime_config.gni")
import("//build/ohos.gni")
ohos_shared_library("libllvm_stackmap_parser") {
sources = [ "llvm_stackmap_parser.cpp" ]
install_enable = true
part_name = "ark_js_runtime"
output_extension = "so"
if (!is_standard_system) {
relative_install_dir = "ark"
}
subsystem_name = "ark"
}

View File

@ -114,7 +114,6 @@ host_unittest_action("StubTest") {
deps = [
"$ark_root/libpandabase:libarkbase",
"//ark/js_runtime/ecmascript/compiler:libark_jsoptimizer_test(${host_toolchain})",
"//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser",
sdk_libc_secshared_dep,
]
}

View File

@ -92,7 +92,6 @@ ohos_shared_library("libark_ecma_debugger_test") {
deps = [
":libark_ecma_debugger_test_static",
"//ark/js_runtime:libark_jsruntime_test_static",
"//ark/js_runtime/ecmascript/compiler/llvm:libllvm_stackmap_parser",
]
configs = [