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.
This commit is contained in:
parent
c9847466e6
commit
ef493721e1
@ -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 @@ set -e
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user