forked from OSchip/llvm-project
Basic: Update getClangRepositoryPath for my change to integration branch layout.
llvm-svn: 103192
This commit is contained in:
parent
4fa0d5f2bd
commit
0b9729887c
|
@ -28,7 +28,8 @@ llvm::StringRef getClangRepositoryPath() {
|
|||
if (End)
|
||||
URLEnd = End;
|
||||
|
||||
End = strstr(URL, "/clang/tools/clang");
|
||||
// Strip off version from a build from an integration branch.
|
||||
End = strstr(URL, "/src/tools/clang");
|
||||
if (End)
|
||||
URLEnd = End;
|
||||
|
||||
|
|
Loading…
Reference in New Issue