[LLVMbugs] [Bug 4232] New: llvm-ar brings the absolute path into archive
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue May 19 02:49:38 PDT 2009
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: unassignedbugs at nondot.org
ReportedBy: dodohack at gmail.com
CC: llvmbugs at cs.uiuc.edu
[hwalin at neptune temp]$ rm temp1.a
[hwalin at neptune temp]$ rm temp2.a
[hwalin at neptune temp]$ /events/build-earth/200905/nds32-elf/bin/llvm-ar rc
temp1.a _lt_df.bc _negvsi2.bc[hwalin at neptune temp]$
/events/build-earth/200905/nds32-elf/bin/llvm-ar rc temp2.a
/nobackup/temp/_lt_df.bc /nobackup/temp/_negvsi2.bc
[hwalin at neptune temp]$ /events/build-earth/200905/nds32-elf/bin/llvm-ar t
temp1.a
_lt_df.bc
_negvsi2.bc
[hwalin at 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.
More information about the llvm-bugs
mailing list