[RUNTIME] Add compile_shared option to linux compile utility fn (#5751)
authorwrongtest <wrongtest0@gmail.com>
Fri, 12 Jun 2020 15:23:12 +0000 (23:23 +0800)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 15:23:12 +0000 (08:23 -0700)
commit03c2f9ff7952b989f46c0cf3f21899cec1ba0482
tree900f50f3425995f0b1ed384d427a501b6e67f662
parent9b775b6ffad9412ab8d04a598f7473a4cc986203
[RUNTIME] Add compile_shared option to linux compile utility fn (#5751)

* feat: Add compile_shared option to linux compile fn

* feat: Add compile_shared option for linux compile util fn

* fix: Fix minrpc testcase use executable compilation

* fix: Fix binutil case where call create_shared to create executable

Co-authored-by: baoxinqi <baoxinqi@4paradigm.com>
python/tvm/contrib/cc.py
tests/python/contrib/test_binutil.py
tests/python/unittest/test_runtime_rpc.py