[all-commits] [llvm/llvm-project] 3f5f8f: [compiler-rt][CMake] Fix PowerPC runtime build

jsji via All-commits all-commits at lists.llvm.org
Mon May 18 12:47:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f5f8f39734e88c797b003d4a0002b2eaef1ac17
      https://github.com/llvm/llvm-project/commit/3f5f8f39734e88c797b003d4a0002b2eaef1ac17
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M compiler-rt/cmake/base-config-ix.cmake

  Log Message:
  -----------
  [compiler-rt][CMake] Fix PowerPC runtime build

When build in runtime bulid mode with LLVM_ENABLE_RUNTIMES,
the base-config-ix.cmake will complain about two errors.

One is empty string in replace, the other one is unknown `TEST_BIG_ENDIAN ` command.

This patch fix it so that we can test runtime build.

Reviewed By: phosek

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




More information about the All-commits mailing list