Displaying 2 results from an estimated 2 matches for "r45418".
2018 Apr 25
2
Merging problem
...r ../llvm/) ... D46043 as "Merging r46043"
https://reviews.llvm.org/rL330799
But I have issues with other patch - https://reviews.llvm.org/D45418
I ran
./utils/release/merge.sh --proj llvm --rev 45418 -srcdir ../llvm/
# Updating tree
Updating '.':
At revision 330799.
# Merging r45418 into llvm locally
--- Merging (from foreign repository) r45418 into '.':
C lib/Archive
C lib/Analysis/ProfileInfoLoader.cpp
...
It seems It tries to download the r45418 which is wrong, that is not mine.
Any advice?
-------------- next part --------------
An HTML attachment was scrubb...
2018 Apr 25
0
Merging problem
...;
> https://reviews.llvm.org/rL330799
>
> But I have issues with other patch - https://reviews.llvm.org/D45418
>
> I ran
> ./utils/release/merge.sh --proj llvm --rev 45418 -srcdir ../llvm/
>
> # Updating tree
> Updating '.':
> At revision 330799.
> # Merging r45418 into llvm locally
> --- Merging (from foreign repository) r45418 into '.':
> C lib/Archive
> C lib/Analysis/ProfileInfoLoader.cpp
> ...
>
> It seems It tries to download the r45418 which is wrong, that is not mine.
> Any advice?
>
> _________________________...