Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/compiler_rt compiler_rt: Update prepare-imp...



details:   https://anonhg.NetBSD.org/src/rev/97b8bd07206f
branches:  trunk
changeset: 447054:97b8bd07206f
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Dec 29 16:27:12 2018 +0000

description:
compiler_rt: Update prepare-import.sh according to future updates

Allow: asan, msan, lsan, tsan, ubsan, xray, interception, includes,
       ubsan_minimal, fuzzer, sanitizer_common, stats, safestack.

diffstat:

 sys/external/bsd/compiler_rt/prepare-import.sh |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 7d4cb0b4c302 -r 97b8bd07206f sys/external/bsd/compiler_rt/prepare-import.sh
--- a/sys/external/bsd/compiler_rt/prepare-import.sh    Sat Dec 29 15:56:33 2018 +0000
+++ b/sys/external/bsd/compiler_rt/prepare-import.sh    Sat Dec 29 16:27:12 2018 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: prepare-import.sh,v 1.5 2016/02/27 19:12:05 joerg Exp $
+# $NetBSD: prepare-import.sh,v 1.6 2018/12/29 16:27:12 kamil Exp $
 #
 # Checkout compiler_rt into dist.
 # Run this script and check for additional files and directories to prune,
@@ -9,10 +9,9 @@
 
 cd dist
 rm -rf .svn
-rm -rf SDKs android cmake include make third_party unittests www
+rm -rf SDKs android cmake make third_party unittests www
 rm -f .arcconfig .gitignore CMakeLists.txt Makefile
-rm -rf lib/BlocksRuntime lib/asan lib/dfsan lib/interception lib/lsan lib/cfi
-rm -rf lib/msan lib/msandr lib/sanitizer_common lib/safestack lib/tsan lib/ubsan
+rm -rf lib/BlocksRuntime lib/dfsan lib/cfi
 rm -rf  lib/builtins/Darwin-excludes lib/builtins/macho_embedded
 rm -rf test/BlocksRuntime test/asan test/cfi test/dfsan test/lit.* test/lsan
 rm -rf test/msan test/sanitizer_common test/safestack test/tsan test/ubsan



Home | Main Index | Thread Index | Old Index