[all-commits] [llvm/llvm-project] d8e8e3: build: always add support for assembly targets on ...

Saleem Abdulrasool via All-commits all-commits at lists.llvm.org
Wed Jul 29 14:01:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8e8e32d85f1cbde2a6b67af010fba3c3a3c86e9
      https://github.com/llvm/llvm-project/commit/d8e8e32d85f1cbde2a6b67af010fba3c3a3c86e9
  Author: Saleem Abdulrasool <compnerd at compnerd.org>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M compiler-rt/cmake/Modules/AddCompilerRT.cmake

  Log Message:
  -----------
  build: always add support for assembly targets on Darwin

When attempting to build compiler-rt on a developer transition kit, the
build would fail due to `.S` files not being handled properly by the
Ninja generator.  Rather than conditionalising on Xcode, conditionalise
to Darwin.  Because we know that the system compiler is clang based, it
will always properly handle the pre-processing based on the extension.

Differential Revision: https://reviews.llvm.org/D84333




More information about the All-commits mailing list