Skip to content

Commit

Permalink
Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate.
Browse files Browse the repository at this point in the history
These are not even crates...
  • Loading branch information
kennytm committed Apr 25, 2017
1 parent 86747a9 commit 164fd69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/test/run-make/sysroot-crates-are-unstable/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
-include ../tools.mk

# This is a whitelist of crates which are stable, we don't check for the
# instability of these crates as they're all stable!
# This is a whitelist of files which are stable crates or simply are not crates,
# we don't check for the instability of these crates as they're all stable!
STABLE_CRATES := \
std \
core \
proc_macro \
rsbegin.o \
rsend.o \
dllcrt2.o \
crt2.o
crt2.o \
clang_rt.%_dynamic.dylib

# Generate a list of all crates in the sysroot. To do this we list all files in
# rustc's sysroot, look at the filename, strip everything after the `-`, and
Expand Down

0 comments on commit 164fd69

Please sign in to comment.