[all-commits] [llvm/llvm-project] 722db5: [libcxx] Link target `cxx_external_threads` to `cx...

Mikhail Maltsev via All-commits all-commits at lists.llvm.org
Tue Sep 1 04:44:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 722db5c0b4e8dffabbd97265e5ea9edac05548ae
      https://github.com/llvm/llvm-project/commit/722db5c0b4e8dffabbd97265e5ea9edac05548ae
  Author: David Nicuesa <David.Nicuesa at arm.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M libcxx/src/CMakeLists.txt

  Log Message:
  -----------
  [libcxx] Link target `cxx_external_threads` to `cxx-headers` for BUILD_EXTERNAL_THREAD_LIBRARY

Fix compilation of libcxx when using -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY. Target `cxx_external_threads` gets linked to `cxx-headers` to include all needed headers and flags.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list