[all-commits] [llvm/llvm-project] 5fde2d: [libc] Write stub files to a new directory to avoi...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Feb 13 14:40:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5fde2d99513fd298521bf8d651bdde802105c0c5
      https://github.com/llvm/llvm-project/commit/5fde2d99513fd298521bf8d651bdde802105c0c5
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCObjectRules.cmake

  Log Message:
  -----------
  [libc] Write stub files to a new directory to avoid conflicts

Summary:
This hack with stub files is used to make the final object archive
have human-understandable names. We currently output these into the
current binary directory, which sometimes interferes with the actual
source file. Put these in their own directory to be certain they don't
conflict.




More information about the All-commits mailing list