Re: [PATCH] D14760: Resolve build problem on NetBSD

2015-11-19 Thread NAKAMURA Takumi via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253554: clangFrontend: [PR25565] Quick fix for dependencies on Attributes.inc. (authored by chapuni). Changed prior to commit: http://reviews.llvm.org/D14760?vs=40439&id=40623#toc Repository: rL LLVM

Re: [PATCH] D14760: Resolve build problem on NetBSD

2015-11-19 Thread NAKAMURA Takumi via cfe-commits
chapuni accepted this revision. chapuni added a comment. This revision is now accepted and ready to land. It is obviously missing dependency. How to reproduce; $ ninja -t clean $ ninja clangFrontend FYI, this is reported also in; https://llvm.org/bugs/show_bug.cgi?id=25565 Sorry for the del

Re: [PATCH] D14760: Resolve build problem on NetBSD

2015-11-18 Thread Kamil Rytarowski via cfe-commits
krytarowski added a comment. In http://reviews.llvm.org/D14760#291616, @joerg wrote: > Are you sure your sources are up-to-date? That file is newly generated in > LLVM and no changes outside should be necessary. Are you using cmake or gmake? Yes. This is also the reason to kill randomly buildb

Re: [PATCH] D14760: Resolve build problem on NetBSD

2015-11-18 Thread Joerg Sonnenberger via cfe-commits
joerg added a comment. Are you sure your sources are up-to-date? That file is newly generated in LLVM and no changes outside should be necessary. Are you using cmake or gmake? Repository: rL LLVM http://reviews.llvm.org/D14760 ___ cfe-commits ma