[LLVMbugs] [Bug 24023] New: A @@ version cannot be undefined
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 2 15:01:55 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24023
Bug ID: 24023
Summary: A @@ version cannot be undefined
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MC
Assignee: unassignedbugs at nondot.org
Reporter: hfinkel at anl.gov
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Given this file:
$ cat /tmp/s.c
int
main ()
{
__asm__(".symver main_, main@@ABIVER_1.0");
;
return 0;
}
gcc/binutils have no problem:
$ gcc -o /tmp/s.o /tmp/s.c
but Clang/LLVM has a problem:
clang -o /tmp/s.o /tmp/s.c
fatal error: error in backend: A @@ version cannot be undefined
--
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/20150702/371e4f8d/attachment.html>
More information about the llvm-bugs
mailing list