search for: phabrac

Displaying 4 results from an estimated 4 matches for "phabrac".

Did you mean: habfac
2015 Jul 28
4
[LLVMdev] Request: Changing commit message in llvm trunk
...es are not versioned on svn Would it be possible to get a hook made for this http://stackoverflow.com/questions/692851/can-i-go-back-and-edit-comments-on-an-svn-checkin It could be very useful for 3 reason. 1. Currently if someone makes a commit and does not have it is not automatically closed by phabracator by adding Differential Revision: http://reviews.llvm.org/DXXXXX <http://reviews.llvm.org/D11511> at the end of their commit The committer then often has to go back and manually enter a message to tell someone that their patch has landed With a hook for this it would be easy to update the...
2015 Jul 29
0
[LLVMdev] Request: Changing commit message in llvm trunk
...kh6-oGglNfMADXfJdty4_bhmuhMHA&m=rA66OwhKyNgAo35v-7-yD5YmsmgWkfGpODyqFgA-Sug&s=H-gYErVjtF74kkPHv-DrcBVKhP0r9SkTIbUmUyHW0u0&e=> > > It could be very useful for 3 reason. > > 1. > Currently if someone makes a commit and does not have it is not > automatically closed by phabracator by adding > Differential Revision: http://reviews.llvm.org/DXXXXX > <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11511&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=rA66OwhKyNgAo35v-7-yD5YmsmgWkfGpODyqFgA-Sug...
2015 Jul 29
2
[LLVMdev] Request: Changing commit message in llvm trunk
...uhMHA&m=rA66OwhKyNgAo35v-7-yD5YmsmgWkfGpODyqFgA-Sug&s=H-gYErVjtF74kkPHv-DrcBVKhP0r9SkTIbUmUyHW0u0&e=> >> >> It could be very useful for 3 reason. >> >> 1. >> Currently if someone makes a commit and does not have it is not >> automatically closed by phabracator by adding >> Differential Revision: http://reviews.llvm.org/DXXXXX >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D11511&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=rA66OwhKyNgAo35v-7-yD5YmsmgWkfGpODy...
2015 Aug 29
2
LLVM compiling
2015-08-29 14:45 GMT+08:00 Martell Malone <martellmalone at gmail.com>: > Why are there two ways to compile LLVM? >> make and cmake! >> What's the difference of those two ways? > > > make and cmake are used together not separately. > cmake is a high level generator that creates a makefile for make > > I compile llvm according to this website(