[bazel] Make lld:ELF glob wider so it doesn't break as easily

This commit is contained in:
Benjamin Kramer 2025-06-23 13:32:30 +02:00
parent 680bce0072
commit bd809ffb4b

View File

@ -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 = [