mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 16:26:46 +00:00
[bazel] Port f26c41e8dd28
This commit is contained in:
parent
1226d276b4
commit
ff087d705c
@ -31,6 +31,7 @@ cc_binary(
|
||||
],
|
||||
stamp = 0,
|
||||
deps = [
|
||||
":support",
|
||||
"//llvm:Support",
|
||||
"//llvm:TableGen",
|
||||
"//llvm:config",
|
||||
@ -1668,6 +1669,20 @@ gentbl(
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "support",
|
||||
srcs = glob([
|
||||
"lib/Support/*.cpp",
|
||||
]),
|
||||
hdrs = glob([
|
||||
"include/clang/Support/*.h",
|
||||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "serialization",
|
||||
srcs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user