Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 May 2019 14:04:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237692] lld: linking fails on aarch64 with 'Should not have claimed to be relaxable'
Message-ID:  <bug-237692-227-TWZPCCIati@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237692-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237692-227@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=3D237692

--- Comment #3 from mikael.urankar@gmail.com ---
(In reply to mikael.urankar from comment #2)
It seems to be a problem with debug build of clang/lld, it works on head wi=
th
this (ie, same as the release or stable branch):

Index: lib/clang/llvm.build.mk
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- lib/clang/llvm.build.mk     (revision 345171)
+++ lib/clang/llvm.build.mk     (working copy)
@@ -17,7 +17,7 @@
 CFLAGS+=3D       -DLLVM_BUILD_GLOBAL_ISEL
 CFLAGS+=3D       -D__STDC_LIMIT_MACROS
 CFLAGS+=3D       -D__STDC_CONSTANT_MACROS
-#CFLAGS+=3D      -DNDEBUG
+CFLAGS+=3D       -DNDEBUG

 TARGET_ARCH?=3D  ${MACHINE_ARCH}
 BUILD_ARCH?=3D   ${MACHINE_ARCH}

--=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-237692-227-TWZPCCIati>