mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-29 00:21:14 +00:00
gn build: Merge ae8a8c2db6
This commit is contained in:
parent
825235c140
commit
90f641f2f1
@ -17,6 +17,7 @@ static_library("Utils") {
|
||||
"CloneFunction.cpp",
|
||||
"CloneModule.cpp",
|
||||
"CodeExtractor.cpp",
|
||||
"CodeMoverUtils.cpp",
|
||||
"CtorUtils.cpp",
|
||||
"Debugify.cpp",
|
||||
"DemoteRegToStack.cpp",
|
||||
|
@ -13,6 +13,7 @@ unittest("UtilsTests") {
|
||||
"BasicBlockUtilsTest.cpp",
|
||||
"CloningTest.cpp",
|
||||
"CodeExtractorTest.cpp",
|
||||
"CodeMoverUtilsTest.cpp",
|
||||
"FunctionComparatorTest.cpp",
|
||||
"IntegerDivisionTest.cpp",
|
||||
"LocalTest.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user