[all-commits] [llvm/llvm-project] 5be02d: [libc++abi] Stop copying headers to the build dire...

Alexander Richardson via All-commits all-commits at lists.llvm.org
Wed Nov 6 11:59:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5be02d7a03c6d40d4d71264936d4aab98e4186aa
      https://github.com/llvm/llvm-project/commit/5be02d7a03c6d40d4d71264936d4aab98e4186aa
  Author: Alexander Richardson <alexrichardson at google.com>
  Date:   2024-11-06 (Wed, 06 Nov 2024)

  Changed paths:
    M libcxxabi/CMakeLists.txt
    M libcxxabi/include/CMakeLists.txt

  Log Message:
  -----------
  [libc++abi] Stop copying headers to the build directory

This was needed before https://github.com/llvm/llvm-project/pull/115077
since the compiler-rt test build made assumptions about the build
layout of libc++ and libc++abi, but now they link against a local
installation of these libraries so we no longer need this workaround.

Reviewed By: ldionne

Pull Request: https://github.com/llvm/llvm-project/pull/115086



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list