gn build: add deps I failed to add in b2508ce85c

This commit is contained in:
Nico Weber 2019-12-13 22:19:11 -05:00
parent 61c8ee6a2f
commit ad73f656b3
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
static_library("OpenMP") {
output_name = "LLVMFrontendOpenMP"
deps = [
"//llvm/lib/Transforms/Utils",
"//llvm/lib/IR",
"//llvm/lib/Support",
]
sources = [
"OMPConstants.cpp",
"OMPIRBuilder.cpp",