[PATCH] D77752: [llvm] Machine Learned policy for inlining -Oz
Anton Korobeynikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 17 04:17:01 PDT 2020
asl added inline comments.
================
Comment at: llvm/cmake/modules/TensorFlowCompile.cmake:15
+ --output_prefix ${CMAKE_CURRENT_BINARY_DIR}/${fname}
+ --cpp_class ${cpp_class}
+ )
----------------
I believe you need to provide --target_triple here as well. Otherwise you'd end with ELF object on MacOS
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77752/new/
https://reviews.llvm.org/D77752
More information about the llvm-commits
mailing list