You want an object file which is also a library(?) that *cannot* be linked into
an IAR/Keil project, where IAR/Keil is also not able to read the debug
information?
Have you considered outputting a MachO object? I'm pretty sure that would
satisfy the requirement of not being able to do anything with it using ELF
manipulation tools. ☺
Seriously though, clarification of this would be helpful, I don't quite
understand what you're going for here, or what is meant by "object file
as a library".
Cheers,
-Gordon
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of qiuwei-qiuwei
Sent: Thursday, May 22, 2014 10:09 AM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] About ELF format file generated by LLVM
Hi, all
I want to use LLVM to output a ELF object file as a library that can't be
linked into IAR/Keil project. And the ELF file should include the debug
information (eg. line numbers and symbol tables) that can't be read and
processed in IAR/Keil IDE. How can I do it?
Thanks a lot.
Steven
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20140522/e754f768/attachment.html>