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

           Summary: llvm-ar brings the absolute path into archive
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


[hwa...@neptune temp]$ rm temp1.a 
[hwa...@neptune temp]$ rm temp2.a 
[hwa...@neptune temp]$ /events/build-earth/200905/nds32-elf/bin/llvm-ar rc
temp1.a  _lt_df.bc _negvsi2.bc[hwa...@neptune temp]$
/events/build-earth/200905/nds32-elf/bin/llvm-ar rc temp2.a
/nobackup/temp/_lt_df.bc /nobackup/temp/_negvsi2.bc
[hwa...@neptune temp]$ /events/build-earth/200905/nds32-elf/bin/llvm-ar t
temp1.a
_lt_df.bc
_negvsi2.bc
[hwa...@neptune temp]$ /events/build-earth/200905/nds32-elf/bin/llvm-ar t
temp2.a
/nobackup/temp/_lt_df.bc
/nobackup/temp/_negvsi2.bc


when extract the .bc from archive temp2.a, you may find nothing is extracted.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to