https://bugs.llvm.org/show_bug.cgi?id=33669

Davide Italiano <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |[email protected]

--- Comment #1 from Davide Italiano <[email protected]> ---
I think you're using GNU ar that doesn't know about bitcode files.
You should use an archiver that knows about bitcode symbol tables, e.g.
llvm-ar.
You also need to override ranlib, you can set to /usr/bin/true (or llvm-ranlib)

See
https://clang.llvm.org/docs/ThinLTO.html#id13

(please note that while this is for ThinLTO something equivalent applies for
LTO).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to