mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[gn build] (manually) hack around 70f8d0ac8a3
This commit is contained in:
parent
7d91a1a046
commit
56f3c2b2d3
@ -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…
x
Reference in New Issue
Block a user