annotate test/call_suite/CMakeLists.txt @ 27:523c45dfa8fb

- refactored arm calling conventions' callvm code, so that the code that keeps the caller from overwriting the return value on some platforms also works on OpenBSD (before we casted the function pointer to have long long as return type, to hint the caller that there is one, but that triggers an intentional SIGABRT on OpenBSD for security reasons; now the decl reflects this, directly)
author cslag
date Tue, 15 Sep 2015 12:48:52 +0200
parents e1706ad13e9e
children 2b708397bba1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
1 add_executable(call_suite globals.c invoke.c cases.c main.c)
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
2 target_link_libraries(call_suite dyncall_s)
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
3
e1706ad13e9e added CMakeLists.txt for tests (call_suite and resolveself)
dadler
parents:
diff changeset
4