Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix --system-libclang on Gentoo amd64, if llvm is compiled with ABI_X86="32 64" #891

Merged
merged 1 commit into from
Jan 8, 2018

Commits on Dec 25, 2017

  1. Fix --system-libclang on Gentoo amd64, if llvm is compiled with ABI_X…

    …86="32 64"
    
    $ ls -ld /usr/lib64/llvm/4/l*
    drwxr-xr-x 3 root root  20K Dec 16 02:37 lib32
    drwxr-xr-x 3 root root  20K Dec 16 02:37 lib64
    drwxr-xr-x 2 root root 4.0K Dec 16 02:37 libexec
    
    This results in GLOB finding the wrong library.
    
    $ ./install.py --clang-completer --system-libclang
    ...
    Using external libclang: /usr/lib64/llvm/4/lib32/libclang.so.4.0
    ...
    /usr/lib64/llvm/4/lib32/libclang.so.4.0: error adding symbols: File in wrong format
    DarthGandalf committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    f912ca7 View commit details
    Browse the repository at this point in the history