peterwaller-arm wrote: > At a glance I suppose the problematic one is LLVM_DIR which points into an > installation tree of LLVM, not a build tree.
Not totally certain of this because it's actually pointing at the `-dev/` output, whereas the problematic write location is actually in the `-lib/` directory. >From the CMakeCache I have: ``` LLVM_BINARY_DIR:PATH=/nix/store/x63p9dancrmkihdqqvjri1pmmjab2hl4-llvm-22.0.0-git-2025-09-15-lib LLVM_LIBRARY_DIR:PATH=/nix/store/x63p9dancrmkihdqqvjri1pmmjab2hl4-llvm-22.0.0-git-2025-09-15-lib/lib ``` which are installation trees. https://github.com/llvm/llvm-project/pull/155844 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
