[llvm-bugs] [Bug 4232] llvm-ar brings the absolute path into archive

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 31 13:56:24 PDT 2017


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |rnk at google.com

--- Comment #1 from Reid Kleckner <rnk at google.com> ---
This appears fixed:
$ llvm-ar rc foo.a /c/src/llvm-project/build/a.o /c/src/llvm-project/build/b.o

$ llvm-ar t foo.a
a.o
b.o

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170331/9aa05ed5/attachment.html>


More information about the llvm-bugs mailing list