[PATCH] D98861: [CMAKE] Fix cross-compilation build
Denys Petrov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 09:13:09 PDT 2021
ASDenysPetrov added a comment.
I'll check the patch a bit later on my Env.
================
Comment at: llvm/cmake/modules/GetErrcMessages.cmake:7
function(get_errc_messages outvar)
-
set(errc_test_code ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeTmp/getErrc.cpp)
----------------
A bit nitting. Just don't forget to restore this line before the load to remove the file from the change list keeping the commit tidy.
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