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

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 5 09:16:56 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=40963

Eli Friedman <efriedma at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |efriedma at quicinc.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eli Friedman <efriedma at quicinc.com> ---
This is working as intended.  From LangRef: "Unfortunately this doesn’t
correspond to any feature in .o files, so it can only be used for variables
like llvm.global_ctors which llvm interprets specially."

If you have a suggestion to improve the error message, patch welcome.

-- 
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/5a864cdb/attachment.html>


More information about the llvm-bugs mailing list