Skip to content

Commit

Permalink
[gn build] Manually port 078ae8c
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Oct 25, 2023
1 parent 4c60c0c commit 94ed99a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ static_library("CodeGen") {
"//llvm/lib/CodeGen",
"//llvm/lib/Demangle",
"//llvm/lib/Frontend/HLSL",
"//llvm/lib/Frontend/Offloading",
"//llvm/lib/IR",
"//llvm/lib/IRPrinter",
"//llvm/lib/IRReader",
Expand Down
9 changes: 9 additions & 0 deletions llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
static_library("Offloading") {
output_name = "LLVMFrontendOffloading"
deps = [
"//llvm/lib/IR",
"//llvm/lib/Support",
"//llvm/lib/Transforms/Utils",
]
sources = [ "Utility.cpp" ]
}
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Frontend/OpenMP/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ static_library("OpenMP") {
output_name = "LLVMFrontendOpenMP"
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/Frontend/Offloading",
"//llvm/lib/IR",
"//llvm/lib/MC",
"//llvm/lib/Support",
Expand Down

0 comments on commit 94ed99a

Please sign in to comment.