[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.
authorLang Hames <lhames@gmail.com>
Mon, 12 Sep 2022 16:51:04 +0000 (09:51 -0700)
committerLang Hames <lhames@gmail.com>
Mon, 12 Sep 2022 23:48:20 +0000 (16:48 -0700)
commita85e4aa37deca75b52aee27981b08c5d59c39236
tree596ea1de3782597497be70c71c8bc4f6ce384eea
parent455aff72ce45982ae94e88d8b5474411a520047d
[ORC-RT] Drop the 'clang_rt.' prefix from the ORC runtime.

The ORC runtime isn't used by clang -- the prefix was just cargo-culted with
the rest of the XRay config when the ORC runtime was introduced. We now want to
make parts of it available for clients to link directly, so this seems like a
good time to fix the name.
compiler-rt/include/CMakeLists.txt
compiler-rt/include/orc_rt/c_api.h [moved from compiler-rt/include/orc/c_api.h with 100% similarity]
compiler-rt/lib/orc/CMakeLists.txt
compiler-rt/test/orc/lit.cfg.py