[ORC-RT] Rename C-API functions to use __orc_rt_ prefix (instead of OrcRT).
authorLang Hames <lhames@gmail.com>
Mon, 31 May 2021 22:37:00 +0000 (15:37 -0700)
committerLang Hames <lhames@gmail.com>
Tue, 1 Jun 2021 18:24:19 +0000 (11:24 -0700)
commit28c3e9c0d150591105511d4aa8064e9366da0df7
tree12d4d20a01db3161e9ee31a2e1b59bbd11b7f817
parentd791f0c2199e47e63e1dd95da2e78518d574bad2
[ORC-RT] Rename C-API functions to use __orc_rt_ prefix (instead of OrcRT).

This matches the C++ namespace name, and is consistent with other C linkage
functions (e.g. __orc_rt_jit_dispatch).
compiler-rt/lib/orc/c_api.h
compiler-rt/lib/orc/common.h
compiler-rt/lib/orc/unittests/c_api_test.cpp