Skip to content

Commit 1cb119b

Browse files
committed
[gn build] Port e189d61
1 parent accd8f9 commit 1cb119b

File tree

1 file changed

+4
-1
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Transforms/Instrumentation

1 file changed

+4
-1
lines changed

llvm/utils/gn/secondary/llvm/unittests/Transforms/Instrumentation/BUILD.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ unittest("InstrumentationTests") {
1010
"//llvm/lib/Testing/Support",
1111
"//llvm/lib/Transforms/Instrumentation",
1212
]
13-
sources = [ "PGOInstrumentationTest.cpp" ]
13+
sources = [
14+
"MemProfUseTest.cpp",
15+
"PGOInstrumentationTest.cpp",
16+
]
1417
}

0 commit comments

Comments
 (0)