forked from OSchip/llvm-project
parent
39b81f1cbc
commit
940d0e2b8a
|
@ -29,6 +29,7 @@ static_library("lib") {
|
|||
"RegisterValue.cpp",
|
||||
"SchedClassResolution.cpp",
|
||||
"SnippetGenerator.cpp",
|
||||
"SnippetRepetitor.cpp",
|
||||
"Target.cpp",
|
||||
"Uops.cpp",
|
||||
]
|
||||
|
|
|
@ -26,6 +26,7 @@ unittest("LLVMExegesisX86Tests") {
|
|||
"RegisterAliasingTest.cpp",
|
||||
"SchedClassResolutionTest.cpp",
|
||||
"SnippetGeneratorTest.cpp",
|
||||
"SnippetRepetitorTest.cpp",
|
||||
"TargetTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue