]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Bump clang's default target CPU for the i386 architecture (aka "x86") to
authorDimitry Andric <dim@FreeBSD.org>
Wed, 23 Oct 2019 16:57:11 +0000 (16:57 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Wed, 23 Oct 2019 16:57:11 +0000 (16:57 +0000)
commit653fac7d1a67e3c974e7d76517a0b0ea34c87bd0
treead3ada0afd935048c4e508092ed7fcf0482b976f
parent87382b222f396e223fa6653b7453bbfd586aebab
Bump clang's default target CPU for the i386 architecture (aka "x86") to
i686, as per the discussion on the freebsd-arch mailing list.  Earlier
in r352030, I had already bumped it to i586, to work around missing
atomic 64 bit functions for the i386 architecture.

Relnotes: yes
contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.cpp