forked from OSchip/llvm-project
[gn build] Port 1a2b3536ef
This commit is contained in:
parent
d9531a3097
commit
3b7580951c
|
@ -4,6 +4,7 @@ unittest("UtilsTests") {
|
|||
deps = [
|
||||
"//llvm/lib/Analysis",
|
||||
"//llvm/lib/AsmParser",
|
||||
"//llvm/lib/Bitcode/Writer",
|
||||
"//llvm/lib/IR",
|
||||
"//llvm/lib/Support",
|
||||
"//llvm/lib/Transforms/Utils",
|
||||
|
@ -15,6 +16,7 @@ unittest("UtilsTests") {
|
|||
"CloningTest.cpp",
|
||||
"CodeExtractorTest.cpp",
|
||||
"CodeMoverUtilsTest.cpp",
|
||||
"DebugifyTest.cpp",
|
||||
"FunctionComparatorTest.cpp",
|
||||
"IntegerDivisionTest.cpp",
|
||||
"LocalTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue