[PATCH] D70744: [compiler-rt] Split the builtins CMake build to a separate file
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 14:21:40 PDT 2020
daltenty added inline comments.
================
Comment at: compiler-rt/builtins/CMakeLists.txt:29
+
+include(AddCompilerRT)
+
----------------
just an fyi, looks like there are some minor changes, such as those from D87113, that need to be merged here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70744/new/
https://reviews.llvm.org/D70744
More information about the llvm-commits
mailing list