[all-commits] [llvm/llvm-project] a85e4a: [ORC-RT] Drop the 'clang_rt.' prefix from the ORC ...
lhames via All-commits
all-commits at lists.llvm.org
Mon Sep 12 16:49:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a85e4aa37deca75b52aee27981b08c5d59c39236
https://github.com/llvm/llvm-project/commit/a85e4aa37deca75b52aee27981b08c5d59c39236
Author: Lang Hames <lhames at gmail.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M compiler-rt/include/CMakeLists.txt
R compiler-rt/include/orc/c_api.h
A compiler-rt/include/orc_rt/c_api.h
M compiler-rt/lib/orc/CMakeLists.txt
M compiler-rt/test/orc/lit.cfg.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list