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

Lang Hames <lha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Lang Hames <lha...@gmail.com> ---
Sorry - this one fell through the cracks.

We only support adding global mappings for named external and weak symbols.
Other globals have values that can't, in general, be overridden via a global
mapping. Usually if you're running in to this the solution is just to name the
value in question, and bump its linkage to external if necessary.

I've added a comment to ExecutionEngine.h in r268415 to clarify this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to