Skip to content

Commit 8039486

Browse files
committed
[gn build] Port 185a23e
1 parent 185a23e commit 8039486

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ static_library("Offloading") {
88
]
99
sources = [
1010
"OffloadWrapper.cpp",
11+
"PropertySet.cpp",
1112
"Utility.cpp",
1213
]
1314
}

llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ unittest("LLVMFrontendTests") {
2424
"OpenMPDirectiveNameTest.cpp",
2525
"OpenMPIRBuilderTest.cpp",
2626
"OpenMPParsingTest.cpp",
27+
"PropertySetRegistryTest.cpp",
2728
]
2829
}

0 commit comments

Comments
 (0)