[llvm-bugs] [Bug 33090] Link error with make_shared and scoped constant expression

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 18 13:47:44 PDT 2017


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

Rui Ueyama <ruiu at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ruiu at google.com
         Resolution|---                         |INVALID

--- Comment #1 from Rui Ueyama <ruiu at google.com> ---
Hi Marco,

It doesn't seems like a bug in LLD. Actually you are not even using but the
default linker (which is I guess the GNU ld). In order to use LLD, you need to
pass `-fuse-ld=lld`, but you are not doing that.

If you still have a trouble, please file this against Clang.

-- 
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/20170518/3cc61d4b/attachment-0001.html>


More information about the llvm-bugs mailing list