[PATCH] D98861: [CMAKE] Fix cross-compilation build
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 01:24:25 PDT 2021
jhenderson added inline comments.
================
Comment at: llvm/CMakeLists.txt:776-779
+if(LLVM_INCLUDE_TESTS)
+ include(GetErrcMessages)
+ get_errc_messages(LLVM_LIT_ERRC_MESSAGES)
+endif()
----------------
You seem to have placed this between two separate blokcs both related to the Tensorflow code. It probably makes sense to move it a little earlier, to before the Tensorflow stuff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98861/new/
https://reviews.llvm.org/D98861
More information about the llvm-commits
mailing list