Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Dec 2017 14:13:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 223300] www/firefox (56+) fails to build using lang/rust (1.21+) built with PORT_LLVM=on: error[E0432]: unresolved import `x86::sse2`
Message-ID:  <bug-223300-21738-4MEs987dz2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223300-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223300-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223300

--- Comment #37 from Jan Beich <jbeich@FreeBSD.org> ---
(In reply to Mikhail T. from comment #36)
> "native" to rustc currently means "generic"

I cannot reproduce.

$ RUSTC_BOOTSTRAP=3D1 rustc -C target-cpu=3Dnative --print cfg
debug_assertions
target_arch=3D"x86"
target_endian=3D"little"
target_env=3D""
target_family=3D"unix"
target_feature=3D"avx"
target_feature=3D"avx2"
target_feature=3D"bmi"
target_feature=3D"bmi2"
target_feature=3D"fma"
target_feature=3D"lzcnt"
target_feature=3D"popcnt"
target_feature=3D"rdrnd"
target_feature=3D"rdseed"
target_feature=3D"sse"
target_feature=3D"sse2"
target_feature=3D"sse3"
target_feature=3D"sse4.1"
target_feature=3D"sse4.2"
target_feature=3D"ssse3"
target_has_atomic=3D"16"
target_has_atomic=3D"32"
target_has_atomic=3D"64"
target_has_atomic=3D"8"
target_has_atomic=3D"ptr"
target_os=3D"freebsd"
target_pointer_width=3D"32"
target_vendor=3D"unknown"
unix

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223300-21738-4MEs987dz2>