We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185a23e commit 8039486Copy full SHA for 8039486
llvm/utils/gn/secondary/llvm/lib/Frontend/Offloading/BUILD.gn
@@ -8,6 +8,7 @@ static_library("Offloading") {
8
]
9
sources = [
10
"OffloadWrapper.cpp",
11
+ "PropertySet.cpp",
12
"Utility.cpp",
13
14
}
llvm/utils/gn/secondary/llvm/unittests/Frontend/BUILD.gn
@@ -24,5 +24,6 @@ unittest("LLVMFrontendTests") {
24
"OpenMPDirectiveNameTest.cpp",
25
"OpenMPIRBuilderTest.cpp",
26
"OpenMPParsingTest.cpp",
27
+ "PropertySetRegistryTest.cpp",
28
29
0 commit comments