[all-commits] [llvm/llvm-project] acfb99: [libc] Specify path for making include/ subdirs (#...
Jeff Bailey via All-commits
all-commits at lists.llvm.org
Mon Sep 18 21:01:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acfb99d9fd0a1bc00b06185d3ab71bd2d143efc8
https://github.com/llvm/llvm-project/commit/acfb99d9fd0a1bc00b06185d3ab71bd2d143efc8
Author: Jeff Bailey <jbailey at raspberryginger.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M libc/include/CMakeLists.txt
Log Message:
-----------
[libc] Specify path for making include/ subdirs (#66589)
When doing a clean build from vscode, it makes the subdirectories in the
source tree rather than in the build folder. Elsehwere in LLVM, they
prefix the MAKE_DIRECTORY calls, so this appears to be the correct
approach.
More information about the All-commits
mailing list