tvm/contrib/rocm: improve finding of ld.lld (#3664)
authorThomas Viehmann <tv.github@beamnet.de>
Tue, 30 Jul 2019 10:40:50 +0000 (12:40 +0200)
committermasahi <masahi129@gmail.com>
Tue, 30 Jul 2019 10:40:50 +0000 (19:40 +0900)
commit0cecd03769114e2f35462214ea532e2e3ca8aba5
tree70c333b1a337e57a693514bc9ebe029413dc14aa
parent52b63b9f33525174c86bd8fd615c1e299a5c8f12
tvm/contrib/rocm: improve finding of ld.lld (#3664)

This refines the detection of ld.lld matching the neighbouring clang
file. This is particularly helpful on Ubuntu/Debian when either the
default ld.lld is not installed or the versioned one is preferable for
consistency.

@tqchen I think you last touched the clang equivalent in #3590 .
python/tvm/contrib/rocm.py