You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Tested:
Build within vscode
Commandline build with:
cmake ../llvm -DLLVM_ENABLE_PROJECTS="libc" -DCMAKE_BUILD_TYPE=Debug \
-DLLVM_LIBC_FULL_BUILD=true -DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++
cmke --build . --target libc
(Note that this is Makefile build, not ninja)
0 commit comments