mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 20:34:06 +00:00
Do not check if libclang_rt.?san_*_dynamic.dylib is an unstable crate.
These are not even crates...
This commit is contained in:
parent
86747a9952
commit
164fd696bf
@ -1,7 +1,7 @@
|
|||||||
-include ../tools.mk
|
-include ../tools.mk
|
||||||
|
|
||||||
# This is a whitelist of crates which are stable, we don't check for the
|
# This is a whitelist of files which are stable crates or simply are not crates,
|
||||||
# instability of these crates as they're all stable!
|
# we don't check for the instability of these crates as they're all stable!
|
||||||
STABLE_CRATES := \
|
STABLE_CRATES := \
|
||||||
std \
|
std \
|
||||||
core \
|
core \
|
||||||
@ -9,7 +9,8 @@ STABLE_CRATES := \
|
|||||||
rsbegin.o \
|
rsbegin.o \
|
||||||
rsend.o \
|
rsend.o \
|
||||||
dllcrt2.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
|
# 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
|
# rustc's sysroot, look at the filename, strip everything after the `-`, and
|
||||||
|
Loading…
Reference in New Issue
Block a user