fix duplicate symbol test
This commit is contained in:
parent
77bca82434
commit
8a32bd3424
|
@ -60,7 +60,7 @@ esac
|
||||||
stdout=$($PREFIX$NM -g --defined-only /target/${1}/debug/librustc_builtins.rlib)
|
stdout=$($PREFIX$NM -g --defined-only /target/${1}/debug/librustc_builtins.rlib)
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
echo $stdout | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
|
echo "$stdout" | sort | uniq -d | grep -v __x86.get_pc_thunk | grep 'T __'
|
||||||
|
|
||||||
if test $? = 0; then
|
if test $? = 0; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue