[PATCH] D74133: [compiler-rt] Build with correct ABI (PR38025)
Riyaz V Puthiyapurayil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 1 19:39:45 PST 2020
RVP marked an inline comment as done.
RVP added inline comments.
================
Comment at: compiler-rt/cmake/Modules/HandleCompilerRT.cmake:51
+ endif()
+ if(NOT COMPILER_RT_LIBRARY-builtins-${target})
+ set(${variable} "NOTFOUND" PARENT_SCOPE)
----------------
If builtins is `NOTFOUND`, no point proceeding further. Set `${variable}` to `NOTFOUND` and return.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74133/new/
https://reviews.llvm.org/D74133
More information about the llvm-commits
mailing list