mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[bazel] Port 9a9c1d4a6155a96ce9be494cec7e25731d36b33e (#119456)
This commit is contained in:
parent
c835b48a4d
commit
f3c675feec
@ -270,9 +270,13 @@ cc_library(
|
||||
|
||||
cc_library(
|
||||
name = "DataFormatters",
|
||||
srcs = glob(["source/DataFormatters/**/*.cpp"]),
|
||||
srcs = glob([
|
||||
"source/DataFormatters/**/*.cpp",
|
||||
"source/DataFormatters/**/*.h",
|
||||
]),
|
||||
hdrs = glob(["include/lldb/DataFormatters/**/*.h"]),
|
||||
strip_include_prefix = "include",
|
||||
textual_hdrs = glob(["source/DataFormatters/**/*.def"]),
|
||||
deps = [
|
||||
":CoreHeaders",
|
||||
":Headers",
|
||||
|
Loading…
x
Reference in New Issue
Block a user