[all-commits] [llvm/llvm-project] 2b9b7b: [runtimes] Do not set XXX_STANDALONE_BUILD for lib...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Oct 22 22:10:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b9b7b5775a1d8fcd7aa5abaa8fc0bc303434f1a
      https://github.com/llvm/llvm-project/commit/2b9b7b5775a1d8fcd7aa5abaa8fc0bc303434f1a
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-10-23 (Fri, 23 Oct 2020)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Do not set XXX_STANDALONE_BUILD for libc++/abi/unwind

The runtimes build was lying to the various runtimes builds by setting
XXX_STANDALONE_BUILD=ON when they are really not being built standalone.
Only COMPILER_RT_STANDALONE_BUILD appears to be necessary, but setting it
for the other runtimes actually breaks everything.

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




More information about the All-commits mailing list