Skip to content

Commit

Permalink
[gn build] (manually) hack around 70f8d0a
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jul 21, 2020
1 parent d4020ef commit e37b220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Analysis/CMakeLists.txt
@@ -1,7 +1,7 @@
set(CommonMLSources MLInlineAdvisor.cpp)
set(ReleaseModeMLSources ReleaseModeModelRunner.cpp)
set(DevelopmentModeMLSources
DevelopmentModeInlineAdvisor.cpp
DevelopmentModeInlineAdvisor.cpp
TFUtils.cpp
)

Expand Down
7 changes: 7 additions & 0 deletions llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
Expand Up @@ -118,3 +118,10 @@ static_library("Analysis") {
"VectorUtils.cpp",
]
}

static_library("TensorFlow") {
sources = [
"DevelopmentModeInlineAdvisor.cpp",
"TFUtils.cpp",
]
}

0 comments on commit e37b220

Please sign in to comment.