[llvm-bugs] [Bug 40963] New: Compiling code with "appending" constants results in "unknown special variable" error

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 5 02:20:51 PST 2019


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: unassignedbugs at nondot.org
          Reporter: 6yearold at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190305/9dfab71f/attachment.html>


More information about the llvm-bugs mailing list