[all-commits] [llvm/llvm-project] f3b648: [libc] Place headers in the right include directory

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jun 21 23:22:56 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3b64887de61020c09404bfee97b2fadd30df10a
      https://github.com/llvm/llvm-project/commit/f3b64887de61020c09404bfee97b2fadd30df10a
  Author: Petr Hosek <phosek at google.com>
  Date:   2023-06-22 (Thu, 22 Jun 2023)

  Changed paths:
    M libc/CMakeLists.txt
    M libc/cmake/modules/LLVMLibCHeaderRules.cmake
    M libc/include/CMakeLists.txt

  Log Message:
  -----------
  [libc] Place headers in the right include directory

When LLVM_ENABLE_PER_TARGET_RUNTIME_DIR is enabled, place headers
in `include/<target>` directory, otherwise use `include/`.

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




More information about the All-commits mailing list