[compiler-rt][scudo][LIT] Use target_suffix instead of target-arch
authorJinsong Ji <jji@us.ibm.com>
Wed, 20 May 2020 02:35:44 +0000 (02:35 +0000)
committerJinsong Ji <jji@us.ibm.com>
Wed, 20 May 2020 03:34:50 +0000 (03:34 +0000)
commit8d0fdd44eef636398193d7337380f6f0d5125d62
tree122141bd294efaaf151589fbb7a3d9bd2ffbc6f0
parent62f3ef2b537335fde1c17363c9440618b6fefd6a
[compiler-rt][scudo][LIT] Use target_suffix instead of target-arch

Per target runtime dir may change the suffix of shared libs.
We can not assume we are always building with per_target_runtime_dir on.

Reviewed By: cryptoad

Differential Revision: https://reviews.llvm.org/D80243
compiler-rt/test/scudo/lit.cfg.py