We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb13bc commit 15fcc0aCopy full SHA for 15fcc0a
profile-func/trace_logger_aladdin.h
@@ -1 +1,14 @@
1
-void llvmtracer_set_trace_name(char *trace_name);
+#ifndef __LLVM_TRACER_TRACE_LOGGER_ALADDIN_H__
2
+#define __LLVM_TRACER_TRACE_LOGGER_ALADDIN_H__
3
+
4
+#ifdef __cplusplus
5
+extern "C" {
6
+#endif
7
8
+void llvmtracer_set_trace_name(const char *trace_name);
9
10
11
+} // extern "C"
12
13
14
0 commit comments