[llvm-bugs] [Bug 28361] New: llvm-ar generates ld64 incompatible symbol index
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jun 29 09:47:59 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28361
Bug ID: 28361
Summary: llvm-ar generates ld64 incompatible symbol index
Product: tools
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: llvm-ar
Assignee: unassignedbugs at nondot.org
Reporter: compnerd at compnerd.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 16648
--> https://llvm.org/bugs/attachment.cgi?id=16648&action=edit
reduced.bash
Seems that ld64 does not like the symbol index table in certain cases.
Reproducing the bug is slightly annoying as it requires multiple files,
attaching a shell script for reproduction.
Requires NASM; you can specify the path to NASM and LLVM_AR to run the test:
AR=llvm-ar NASM=nasm ./reduced.bash
--
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/20160629/12431001/attachment.html>
More information about the llvm-bugs
mailing list