We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d28df commit ee05eb4Copy full SHA for ee05eb4
ci/script.sh
@@ -39,7 +39,8 @@ c_test() {
39
40
set +e
41
# verify that we don't have duplicated symbols when we include symbols from compiler-rt
42
- $PREFIX$NM --defined-only target/$TARGET/debug/librustc_builtins.rlib | sort | uniq -d | grep 'T __'
+ $PREFIX$NM --defined-only target/$TARGET/debug/librustc_builtins.rlib | \
43
+ sort | uniq -d | grep -v x86.get_pc_thunk | grep 'T __'
44
45
[[ $? == 0 ]] && exit 1
46
set -e
0 commit comments