[llvm-bugs] [Bug 43759] New: "error: expected string in directive" on ARM
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Oct 21 21:32:25 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43759
Bug ID: 43759
Summary: "error: expected string in directive" on ARM
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
Assignee: unassignedbugs at nondot.org
Reporter: caij2003 at gmail.com
CC: llvm-bugs at lists.llvm.org, peter.smith at linaro.org,
Ties.Stuij at arm.com
$ cat foo.s
.section ".foo", #alloc
$ arm-linux-gnueabihf-gcc -c foo.s
$ echo $?
0
$ ~/storage/llvm-project/build/release/bin/clang -target arm-linux-gnueabihf -c
foo.s
foo.s:1:18: error: expected string in directive
.section ".foo", #alloc
--
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/20191022/87a401ac/attachment-0001.html>
More information about the llvm-bugs
mailing list