diff options
Diffstat (limited to 'llvm/tools/llvm-c-test/llvm-c-test.h')
-rw-r--r-- | llvm/tools/llvm-c-test/llvm-c-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/tools/llvm-c-test/llvm-c-test.h b/llvm/tools/llvm-c-test/llvm-c-test.h index 0d1ade093bc..0401f1dbae3 100644 --- a/llvm/tools/llvm-c-test/llvm-c-test.h +++ b/llvm/tools/llvm-c-test/llvm-c-test.h @@ -52,6 +52,10 @@ int llvm_echo(void); // diagnostic.c int llvm_test_diagnostic_handler(void); +// attributes.c +int llvm_test_function_attributes(); +int llvm_test_callsite_attributes(); + #ifdef __cplusplus } #endif /* !defined(__cplusplus) */ |