https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234671

Dimitry Andric <d...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|b...@freebsd.org            |d...@freebsd.org
                 CC|                            |d...@freebsd.org

--- Comment #3 from Dimitry Andric <d...@freebsd.org> ---
I can reproduce this, and it looks almost the same as
<https://bugs.llvm.org/show_bug.cgi?id=39270>.

Mostly minimized:

/* clang -cc1 -triple x86_64-- -emit-obj glfs-min.c */

#define STR(str) #str

#define GFAPI_SYMVER_PRIVATE_DEFAULT(fn, ver) \
        asm(".symver priv_"STR(fn)", "STR(fn)"@@GFAPI_PRIVATE_"STR(ver))

GFAPI_SYMVER_PRIVATE_DEFAULT(foo, 1.0);

Minimized even more:

/* clang -cc1 -triple x86_64-- -emit-obj glfs-min.c */
asm(".symver a,b@@c");

The upstream bug report is sitting there since 2018-10-13 without any activity,
I'll see if I can poke somebody.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to