[llvm-bugs] [Bug 30270] New: BPF target: implement assembly parsing
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Sep 3 11:54:35 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=30270
Bug ID: 30270
Summary: BPF target: implement assembly parsing
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: daniel at iogearbox.net
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
The BPF target does not yet support assembly parsing, example:
$ clang -target bpf -O2 -c foo.c -S -o foo.S
$ llvm-mc -arch bpf foo.S -filetype=obj -o foo.o
llvm-mc: error: this target does not support assembly parsing.
Would be great to have this support implemented.
--
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/20160903/7f86a3d1/attachment.html>
More information about the llvm-bugs
mailing list