[PATCH] D32721: Accept archive files with no symbol table instad of warning on them.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 05:41:53 PDT 2017


Mehdi AMINI via llvm-commits <llvm-commits at lists.llvm.org> writes:

>> For example, in CMake, I only know how to do it after looking at Rafael's
>> https://github.com/espindola/llvm-scripts (and I have no idea how Rafael
>> figured it out).
>>
>
> As a side note: this is suboptimal I believe, cmake has -DCMAKE_AR /
> -DCMAKE_RANLIB options (just like -DCMAKE_C_COMPILER).

The issue is that I cannot pass options with CMAKE_AR:

https://github.com/espindola/llvm-scripts/commit/64f54889b5dda0281a5c30f2442e959dbe4e8f69

Cheers,
Rafael


More information about the llvm-commits mailing list