Avatar
norio_nomura 1/18/2018 1:47 PM
https://github.com/apple/swift-clang/commit/6df5701a033460e1ff3858eea57708d4814158a8 でgitのコミットをチェックする際にclangがsubmoduleとなってる可能性をチェックする様になったのだけど、submoduleへのsymlinkになると依存ルール生成がおかしくなる。 $ la llvm/tools/clang lrwxrwxrwx 1 norio staff 11B 7 8 2016 llvm/tools/clang@ -> ../../clang
Summary: When searching for Git version control information, libBasic's CMake checks for the path '.git/logs/HEAD'. However, when LLVM is included as a Git submodule, this path does not exist. Inst...