[gn build] (manually) hack around 70f8d0ac8a3
authorNico Weber <thakis@chromium.org>
Tue, 21 Jul 2020 10:35:24 +0000 (06:35 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 21 Jul 2020 10:35:36 +0000 (06:35 -0400)
llvm/lib/Analysis/CMakeLists.txt
llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn

index a6a267c..4f10e8d 100644 (file)
@@ -1,7 +1,7 @@
 set(CommonMLSources MLInlineAdvisor.cpp)
 set(ReleaseModeMLSources ReleaseModeModelRunner.cpp)
 set(DevelopmentModeMLSources
-  DevelopmentModeInlineAdvisor.cpp 
+  DevelopmentModeInlineAdvisor.cpp
   TFUtils.cpp
   )
 
index c13dc72..1a339b6 100644 (file)
@@ -118,3 +118,10 @@ static_library("Analysis") {
     "VectorUtils.cpp",
   ]
 }
+
+static_library("TensorFlow") {
+  sources = [
+    "DevelopmentModeInlineAdvisor.cpp",
+    "TFUtils.cpp",
+  ]
+}