summaryrefslogtreecommitdiff
path: root/compiler-rt/include
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2022-09-12 09:51:04 -0700
committerLang Hames <lhames@gmail.com>2022-09-12 16:48:20 -0700
commita85e4aa37deca75b52aee27981b08c5d59c39236 (patch)
tree596ea1de3782597497be70c71c8bc4f6ce384eea /compiler-rt/include
parent455aff72ce45982ae94e88d8b5474411a520047d (diff)
downloadllvm-a85e4aa37deca75b52aee27981b08c5d59c39236.tar.gz
[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.
Diffstat (limited to 'compiler-rt/include')
-rw-r--r--compiler-rt/include/CMakeLists.txt2
-rw-r--r--compiler-rt/include/orc_rt/c_api.h (renamed from compiler-rt/include/orc/c_api.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/include/CMakeLists.txt b/compiler-rt/include/CMakeLists.txt
index 3151b4753f22..5968cfd0e6d2 100644
--- a/compiler-rt/include/CMakeLists.txt
+++ b/compiler-rt/include/CMakeLists.txt
@@ -37,7 +37,7 @@ endif(COMPILER_RT_BUILD_XRAY)
if (COMPILER_RT_BUILD_ORC)
set(ORC_HEADERS
- orc/c_api.h
+ orc_rt/c_api.h
)
endif(COMPILER_RT_BUILD_ORC)
diff --git a/compiler-rt/include/orc/c_api.h b/compiler-rt/include/orc_rt/c_api.h
index 96d01df15e86..96d01df15e86 100644
--- a/compiler-rt/include/orc/c_api.h
+++ b/compiler-rt/include/orc_rt/c_api.h