[bazel] glob LLVMCoroutines headers to make the build rule less fragile

This commit is contained in:
Benjamin Kramer 2022-03-24 11:01:08 +01:00
parent 38d248aadd
commit 9ed466e359
1 changed files with 1 additions and 5 deletions

View File

@ -1366,11 +1366,7 @@ cc_library(
hdrs = [
"include/llvm-c/Transforms/Coroutines.h",
"include/llvm/Transforms/Coroutines.h",
"include/llvm/Transforms/Coroutines/CoroCleanup.h",
"include/llvm/Transforms/Coroutines/CoroEarly.h",
"include/llvm/Transforms/Coroutines/CoroElide.h",
"include/llvm/Transforms/Coroutines/CoroSplit.h",
],
] + glob(["include/llvm/Transforms/Coroutines/*.h"]),
copts = llvm_copts,
deps = [
":Analysis",