[all-commits] [llvm/llvm-project] 68c161: [ORC-RT] Fix void function handling in the Wrapper...
lhames via All-commits
all-commits at lists.llvm.org
Mon Jun 14 22:52:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68c161090ef6fe83218af6f627170ae56e5800b1
https://github.com/llvm/llvm-project/commit/68c161090ef6fe83218af6f627170ae56e5800b1
Author: Lang Hames <lhames at gmail.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp
M compiler-rt/lib/orc/wrapper_function_utils.h
Log Message:
-----------
[ORC-RT] Fix void function handling in the WrapperFunction utility.
Handlers returning void previously caused compile errors. Fix that by
substituting SPSEmpty placeholder values.
More information about the All-commits
mailing list