Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 21:29:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-sparc64@FreeBSD.org
Subject:   [Bug 195934] clang350-import branch not working on sparc64
Message-ID:  <bug-195934-14-B0FWfhpFKp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195934-14@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195934-14@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=195934

--- Comment #13 from Dimitry Andric <dim@FreeBSD.org> ---
For me it also error'd out, but at compiler-rt, which complaints about invalid
assembler mnemonics:

--- divsi3.o ---
contrib/compiler-rt/lib/builtins/sparc64/divsi3.S:52:2: error:
 too few operands for instruction
 b divide
 ^
contrib/compiler-rt/lib/builtins/sparc64/divsi3.S:60:2: error: invalid
instruction mnemonic
 tst %o1
 ^

and a lot more like these.  I don't think the integrated assembler is very
usable for sparc, so I'll try again with -no-integrated-as.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195934-14-B0FWfhpFKp>