]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/perf/util/c++/clang-c.h
perf clang: Add builtin clang support ant test case
[karo-tx-linux.git] / tools / perf / util / c++ / clang-c.h
1 #ifndef PERF_UTIL_CLANG_C_H
2 #define PERF_UTIL_CLANG_C_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 extern void perf_clang__init(void);
9 extern void perf_clang__cleanup(void);
10
11 extern int test__clang_to_IR(void);
12
13 #ifdef __cplusplus
14 }
15 #endif
16 #endif