Skip to content

Commit bd809ff

Browse files
committed
[bazel] Make lld:ELF glob wider so it doesn't break as easily
1 parent 680bce0 commit bd809ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

utils/bazel/llvm-project-overlay/lld/BUILD.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ gentbl_cc_library(
7171
cc_library(
7272
name = "ELF",
7373
srcs = glob([
74-
"ELF/*.cpp",
75-
"ELF/*.h",
76-
"ELF/Arch/*.cpp",
77-
"ELF/Arch/*.h",
74+
"ELF/**/*.cpp",
75+
"ELF/**/*.h",
7876
]),
7977
includes = ["ELF"],
8078
textual_hdrs = [

0 commit comments

Comments
 (0)