Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 20:55:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-toolchain@FreeBSD.org
Subject:   [Bug 214902] head -r309179 buildworld on powerpc64 via clang 3.9.0: llvm::sys::CompareAndSwap and llvm::sys::MemoryFence undefined so build stops
Message-ID:  <bug-214902-29464-ZPynrUhJc6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214902-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214902-29464@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=3D214902

--- Comment #2 from Mark Millard <markmi@dsl-only.net> ---
Another question (besides not finding a reference to llvm's Atomic.cpp):

Using llvm-tblgen as an example on a powerpc64 host: it looks like the
Makefile(s) is(/are) for X86 specifically . . .

# $FreeBSD: head/usr.bin/clang/llvm-tblgen/Makefile 309124 2016-11-24 22:54=
:55Z
dim $

PROG_CXX=3D       llvm-tblgen

SRCDIR=3D         utils/TableGen
. . .
SRCS+=3D          TableGen.cpp
SRCS+=3D          X86DisassemblerTables.cpp
SRCS+=3D          X86ModRMFilters.cpp
SRCS+=3D          X86RecognizableInstr.cpp

.include "../llvm.prog.mk"

There are no obvious powerpc64 references. Or may be I'm inferring too much
from the structure of the names?

Is the intent only tier 1 types of hosts? Only x86/amd64 variants even
if some other type(s) of tier 1 host(s) exist?

--=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-214902-29464-ZPynrUhJc6>