Skip to content

Commit

Permalink
[gn build] Port db995d7
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Jul 12, 2022
1 parent db995d7 commit 1032d34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -7,6 +7,9 @@ static_library("JITLink") {
"//llvm/lib/Support",
]
sources = [
"COFF.cpp",
"COFFLinkGraphBuilder.cpp",
"COFF_x86_64.cpp",
"DWARFRecordSectionSplitter.cpp",
"EHFrameSupport.cpp",
"ELF.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/tools/llvm-jitlink/BUILD.gn
Expand Up @@ -11,6 +11,7 @@ executable("llvm-jitlink") {
"//llvm/lib/Target:TargetsToBuild",
]
sources = [
"llvm-jitlink-coff.cpp",
"llvm-jitlink-elf.cpp",
"llvm-jitlink-macho.cpp",
"llvm-jitlink.cpp",
Expand Down

0 comments on commit 1032d34

Please sign in to comment.