Displaying 2 results from an estimated 2 matches for "libclang_link_flag".
Did you mean:
libclang_link_flags
2015 Jul 08
2
[LLVMdev] Building clang + libc++ + libc++abi
[Sorry about the crosspost. Since this is a clang build question but
the build is invoked from the top-level LLVM directory I'm not sure
where the question should go.]
I've got a clang build against libstdc++ on Linux but I would really
like one built against libc++/libc++abi. In other words I'd like to
rebuild clang/llvm with clang using libc++ and libc++abi on Linux.
I looked at
2015 Jul 08
2
[LLVMdev] [cfe-dev] Building clang + libc++ + libc++abi
.../libclang.dir/link.txt which I can view and has the
> command above in it. However, I cannot for the life of me figure out
> how that gets generated. So I don't even know what CMake command I need
> to influence to get the proper link flags added.
>
> I tried messing around the LIBCLANG_LINK_FLAGS (discovered in libclang's
> CMakeLists.txt) but it didn't do anyting.
>
> Has anyone built this way on Linux? I found a couple of references
> online but they seem pretty out of date.
>
> -David
>
> ________________________________________...