[PATCH] D70744: [compiler-rt] Split the builtins CMake build to a separate file

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 16:58:42 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: compiler-rt/builtins/CMakeLists.txt:6
+if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
+cmake_minimum_required(VERSION 3.4.3)
+project(CompilerRTBuiltins C ASM)
----------------
Minor nit: The version bump to 3.13.4 should be reflected here too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70744/new/

https://reviews.llvm.org/D70744



More information about the llvm-commits mailing list