forked from OSchip/llvm-project
[bazel] glob LLVMCoroutines headers to make the build rule less fragile
This commit is contained in:
parent
38d248aadd
commit
9ed466e359
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue