[PATCH] D74133: [compiler-rt] Build with correct ABI (PR38025)
Riyaz V Puthiyapurayil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 18:46:30 PST 2020
RVP updated this revision to Diff 248876.
RVP added a comment.
Reinstated the call to `find_compiler_rt_library` in `compiler-rt/cmake/config-ix.cmake`. Previous diff had removed this assuming that the variable `COMPILER_RT_BUILTINS_LIBRARY` is unused. But it seems that there are some uses of it that I missed. In this call, `target` is passed `""` so that the default target is chosen.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74133/new/
https://reviews.llvm.org/D74133
Files:
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/cmake/Modules/HandleCompilerRT.cmake
compiler-rt/cmake/config-ix.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74133.248876.patch
Type: text/x-patch
Size: 6663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200307/22aa6c5d/attachment.bin>
More information about the llvm-commits
mailing list