diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-09-02 21:17:18 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-12-08 17:34:50 +0000 |
commit | 06c3fb2749bda94cb5201f81ffdb8fa6c3161b2e (patch) | |
tree | 62f873df87c7c675557a179e0c4c83fe9f3087bc /contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp | |
parent | cf037972ea8863e2bab7461d77345367d2c1e054 (diff) | |
parent | 7fa27ce4a07f19b07799a767fc29416f3b625afb (diff) |
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp')
-rw-r--r-- | contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp b/contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp index bb4edc56655e..24a7b4fc3cbe 100644 --- a/contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp +++ b/contrib/llvm-project/compiler-rt/lib/orc/run_program_wrapper.cpp @@ -22,7 +22,7 @@ extern "C" int64_t __orc_rt_run_program(const char *JITDylibName, const char *EntrySymbolName, int argc, char *argv[]); -ORC_RT_INTERFACE __orc_rt_CWrapperFunctionResult +ORC_RT_INTERFACE orc_rt_CWrapperFunctionResult __orc_rt_run_program_wrapper(const char *ArgData, size_t ArgSize) { return WrapperFunction<int64_t(SPSString, SPSString, SPSSequence<SPSString>)>:: |