Skip to content

Commit df5804a

Browse files
committed
[gn build] Port c19f2c7
1 parent c19f2c7 commit df5804a

File tree

2 files changed

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

2 files changed

+3
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ static_library("ProfileData") {
1717
"ItaniumManglingCanonicalizer.cpp",
1818
"MemProf.cpp",
1919
"MemProfReader.cpp",
20+
"PGOCtxProfReader.cpp",
21+
"PGOCtxProfWriter.cpp",
2022
"ProfileSummaryBuilder.cpp",
2123
"SampleProf.cpp",
2224
"SampleProfReader.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ unittest("ProfileDataTests") {
1414
"InstrProfTest.cpp",
1515
"ItaniumManglingCanonicalizerTest.cpp",
1616
"MemProfTest.cpp",
17+
"PGOCtxProfReaderWriterTest.cpp",
1718
"SampleProfTest.cpp",
1819
"SymbolRemappingReaderTest.cpp",
1920
]

0 commit comments

Comments
 (0)