Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/bsd/compiler_rt/lib/clang/lib/netbsd



On Tue, 20 Apr 2021 23:19:53 +0000
Roland Illig <rillig%netbsd.org@localhost> wrote:

> Module Name:	src
> Committed By:	rillig
> Date:		Tue Apr 20 23:19:53 UTC 2021
> 
> Modified Files:
> 	src/external/bsd/compiler_rt/lib/clang/lib/netbsd: syms.mk
> 
> Log Message:
> clang: fix build for installing libclang_rt.ubsan_minimal-x86_64.a

Hi!

My HEAD-llvm build (with empty obj and tool dir) fails since this
change, with the below output.
reverting to syms.mk,v 1.3 gets me a working tree.

install ===> external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64
nbmake[8]: don't know how to make libclang_rt.asan-x86_64.a.syms. Stop
nbmake[8]: stopped in /work/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64
*** Failed target:  install-asan-m64

mk.conf settings used:

MKLLVM=yes
MKGCC=no
HAVE_LLVM=yes
MKCOMPAT=no
MAKEVERBOSE=1
MKATF=no
MKHTML=no
MKINFO=no
MKIPFILTER=no
MKKYUA=no
MKPF=no
MKPIGZGZIP=yes
MKPROFILE=no
MKLVM=no
MKLDAP=no
MKMDNS=no
MKRUMP=no
MKDTRACE=no
MKLLVMRT=no
MKUNBOUND=no
MKKMOD=no

Also have this local patch.

--- external/gpl3/gdb/dist/gdb/unittests/string_view-selftests.c        15 Sep 2020 01:43:48 -0000      1.1.1.2
+++ external/gpl3/gdb/dist/gdb/unittests/string_view-selftests.c        30 Apr 2021 13:38:46 -0000
@@ -177,6 +177,5 @@ void
 _initialize_string_view_selftests ()
 {
 #if defined(GDB_STRING_VIEW)
-  selftests::register_test ("string_view", selftests::string_view::run_tests);
 #endif
 }


Home | Main Index | Thread Index | Old Index