[PATCH] D132902: [CMake][MLGO] Fix cmake for MLGO

Yueh-Ting (eop) Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 00:32:23 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGea3630e8d4df: [CMake][MLGO] Fix cmake for MLGO (authored by eopXD).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132902/new/

https://reviews.llvm.org/D132902

Files:
  llvm/lib/Analysis/CMakeLists.txt


Index: llvm/lib/Analysis/CMakeLists.txt
===================================================================
--- llvm/lib/Analysis/CMakeLists.txt
+++ llvm/lib/Analysis/CMakeLists.txt
@@ -18,7 +18,7 @@
   endif()
 
   if (DEFINED LLVM_HAVE_TF_API)
-    if (DEFINED LLVM_HAVE_TFLITE)
+    if (LLVM_HAVE_TFLITE)
       build_proto(
         tensorflow/core/protobuf/error_codes
         tensorflow/core/example/feature


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132902.458111.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220906/a2c47cc3/attachment.bin>


More information about the llvm-commits mailing list