[bazel] Make lld:ELF glob wider so it doesn't break as easily
This commit is contained in:
parent
680bce0072
commit
bd809ffb4b
@ -71,10 +71,8 @@ gentbl_cc_library(
|
||||
cc_library(
|
||||
name = "ELF",
|
||||
srcs = glob([
|
||||
"ELF/*.cpp",
|
||||
"ELF/*.h",
|
||||
"ELF/Arch/*.cpp",
|
||||
"ELF/Arch/*.h",
|
||||
"ELF/**/*.cpp",
|
||||
"ELF/**/*.h",
|
||||
]),
|
||||
includes = ["ELF"],
|
||||
textual_hdrs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user