r260760 - [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 13 07:48:44 PST 2016
On 12 February 2016 at 23:11, Argyrios Kyrtzidis via cfe-commits
<cfe-commits at lists.llvm.org> wrote:
> Author: akirtzidis
> Date: Fri Feb 12 17:10:59 2016
> New Revision: 260760
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260760&view=rev
> Log:
> [libclang] Separate the underlying indexing functionality of libclang and introduce it into the clangIndex library.
>
> It is a general goodness for libclang itself to mostly be a wrapper of functionality provided by the libraries.
Hi,
This broke both ARM builds:
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/9853
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/9806
And it's still broken. I'm going to refresh the build directory, but
please keep an eye or revert if that doesn't work.
cheers,
--renato
More information about the cfe-commits
mailing list