https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237692

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

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

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to