File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
llvm/utils/gn/secondary/llvm/unittests
Transforms/Instrumentation Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ group("unittests") {
53
53
" TextAPI:TextAPITests" ,
54
54
" Transforms/Coroutines:CoroTests" ,
55
55
" Transforms/IPO:IPOTests" ,
56
+ " Transforms/Instrumentation:InstrumentationTests" ,
56
57
" Transforms/Scalar:ScalarTests" ,
57
58
" Transforms/Utils:UtilsTests" ,
58
59
" Transforms/Vectorize:VectorizeTests" ,
Original file line number Diff line number Diff line change
1
+ import (" //third-party/unittest/unittest.gni" )
2
+
3
+ unittest (" InstrumentationTests" ) {
4
+ deps = [
5
+ " //llvm/lib/Analysis" ,
6
+ " //llvm/lib/AsmParser" ,
7
+ " //llvm/lib/IR" ,
8
+ " //llvm/lib/Transforms/Instrumentation" ,
9
+ " //llvm/lib/Passes" ,
10
+ " //llvm/lib/Support" ,
11
+ " //llvm/lib/Testing/Support" ,
12
+ ]
13
+ sources = [ " PGOInstrumentationTest.cpp" ]
14
+ }
You can’t perform that action at this time.
0 commit comments