https://bugs.llvm.org/show_bug.cgi?id=40963
Bug ID: 40963
Summary: Compiling code with "appending" constants results in
"unknown special variable" error
Product: libraries
Version: 8.0
Hardware: PC
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedb...@nondot.org
Reporter: 6year...@gmail.com
CC: llvm-bugs@lists.llvm.org
Feeding the following code
@foo = appending constant [2 x i8] c"\7F\7F"
to llc results in
.text
.file "test.ll"
LLVM ERROR: unknown special variable
I'm not sure if it is a bug, or I should get away from appending-linked globals
before compiling to the machine code.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs