Displaying 2 results from an estimated 2 matches for "changesection".
2015 Aug 02
2
[LLVMdev] Unable to generate obj file using llc for bpf
Dear there,
I wasn't able to generate obj file for bpf using llc:
llc -march bpf -filetype=obj foo.bc
Anyone knows what is the missing part in their backend? I want to make it
work for my project.
Thanks,
Xiaochu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150802/e0b55467/attachment.html>
2015 Aug 03
2
[LLVMdev] Unable to generate obj file using llc for bpf
..._rtn + 129
9 llc 0x0000000104dd593e
llvm::cast_retty<llvm::MCSectionMachO, llvm::MCSection*>::ret_type
llvm::cast<llvm::MCSectionMachO, llvm::MCSection>(llvm::MCSection*) + 110
10 llc 0x0000000104dcecdb (anonymous
namespace)::MCMachOStreamer::ChangeSection(llvm::MCSection*, llvm::MCExpr
const*) + 75
11 llc 0x0000000104de9c2d
llvm::MCStreamer::SwitchSection(llvm::MCSection*, llvm::MCExpr const*) + 797
12 llc 0x0000000104de5300
llvm::MCStreamer::InitSections(bool) + 80
13 llc 0x000000010...