[PATCH] D81515: [llvm] Release-mode ML InlineAdvisor

Anton Korobeynikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 14:35:11 PDT 2020


asl added inline comments.


================
Comment at: llvm/cmake/modules/TensorFlowCompile.cmake:24
+          --output_prefix ${prefix}
+          --cpp_class ${cpp_class}
+  )
----------------
This misses the target triple. Otherwise even on MacOS it will generate linux object file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81515





More information about the llvm-commits mailing list