Re: Missing files from libclang-common on ports

2019-02-11 Thread Thom Wiggers
Hi John, all, I've built LLVM HEAD using: cmake -DLLVM_ENABLE_PROJECTS="clang;compiler-rt" -DLLVM_TARGETS_TO_BUILD="X86;PowerPC" -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" ../llvm And it does seem that there is no libclang_rt.asan-powerpc.a being generated. The clang docs are a bit vague

Re: Missing files from libclang-common on ports

2019-02-11 Thread John Paul Adrian Glaubitz
Hi Thom! On 2/11/19 2:07 PM, Thom Wiggers wrote: > I'm trying to run tests on the debian ppc version from the ports, and I'm > running into the problem that the clang package seems to not include some > powerpc libraries (only powerpc64 libraries). > > Specifically, this file [0] does not seem

Missing files from libclang-common on ports

2019-02-11 Thread Thom Wiggers
Hi all, I'm trying to run tests on the debian ppc version from the ports, and I'm running into the problem that the clang package seems to not include some powerpc libraries (only powerpc64 libraries). Specifically, this file [0] does not seem to have libclang_rt.asan-powerpc.a. This file is need