Received: by mail.netbsd.org (Postfix, from userid 605) id DF24184D8A; Sun, 1 Sep 2019 14:12:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 645FA84D83 for ; Sun, 1 Sep 2019 14:12:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id it1izB9RY75a for ; Sun, 1 Sep 2019 14:12:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D33E384CD4 for ; Sun, 1 Sep 2019 14:12:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD404FBF4; Sun, 1 Sep 2019 14:12:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 1 Sep 2019 14:12:23 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/external/bsd/compiler_rt/lib/clang/lib/netbsd To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190901141223.CD404FBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Sep 1 14:12:23 UTC 2019 Modified Files: src/external/bsd/compiler_rt/lib/clang/lib/netbsd [netbsd-9]: syms.mk src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64 [netbsd-9]: Makefile src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64 [netbsd-9]: Makefile Log Message: Pull up following revision(s) (requested by kamil in ticket #149): external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/syms.mk: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile: revision 1.4 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile: revision 1.4 Register syms.extra in LLVM sanitizer .syms files syms.extra contain additional content that has to be shipped with these .syms files. At least libFuzzer requires the .syms files to be in order. To generate a diff of this commit: cvs rdiff -u -r1.1.2.3 -r1.1.2.4 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/syms.mk cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile cvs rdiff -u -r1.1.2.4 -r1.1.2.5 \ src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.