Skip to content

Commit cecb3c4

Browse files
committed
[gn build] Port 7ec26b2
1 parent decf88d commit cecb3c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/CGData/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ static_library("CGData") {
1010
"CodeGenDataWriter.cpp",
1111
"OutlinedHashTree.cpp",
1212
"OutlinedHashTreeRecord.cpp",
13+
"StableFunctionMap.cpp",
14+
"StableFunctionMapRecord.cpp",
1315
]
1416
}

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

+2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ unittest("CodeGenDataTests") {
1414
sources = [
1515
"OutlinedHashTreeRecordTest.cpp",
1616
"OutlinedHashTreeTest.cpp",
17+
"StableFunctionMapRecordTest.cpp",
18+
"StableFunctionMapTest.cpp",
1719
]
1820
}

0 commit comments

Comments
 (0)