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: unassignedb...@nondot.org Reporter: dan...@iogearbox.net CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs