forked from OSchip/llvm-project
[gn build] (manually) hack around 70f8d0ac8a
This commit is contained in:
parent
d4020ef7c4
commit
e37b220442
|
@ -1,7 +1,7 @@
|
|||
set(CommonMLSources MLInlineAdvisor.cpp)
|
||||
set(ReleaseModeMLSources ReleaseModeModelRunner.cpp)
|
||||
set(DevelopmentModeMLSources
|
||||
DevelopmentModeInlineAdvisor.cpp
|
||||
DevelopmentModeInlineAdvisor.cpp
|
||||
TFUtils.cpp
|
||||
)
|
||||
|
||||
|
|
|
@ -118,3 +118,10 @@ static_library("Analysis") {
|
|||
"VectorUtils.cpp",
|
||||
]
|
||||
}
|
||||
|
||||
static_library("TensorFlow") {
|
||||
sources = [
|
||||
"DevelopmentModeInlineAdvisor.cpp",
|
||||
"TFUtils.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue