[ + thanm ]

On Sat, Dec 15, 2018 at 6:56 AM <benj...@gmail.com> wrote:
>
> I'm trying to use the current gollvm build, but it seems there is a symbol 
> error. Probably that symbol is absent in the libgo release?
> Anyone had a similar problem or an idea how I can fix that?

The libgo sources expect __get_cpuid_count to be defined by the
compiler intrinsics header <cpuid.h>.  This is true for GCC.  The
reference to the symbol is in libgo/go/internal/cpu/cpu_gccgo.c.

Than: does the LLVM version of <cpuid.h> define __get_cpuid_count?  If
not, I guess we need to tweak cpu_gccgo.c.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to