hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/tools/perf/util/c++/clang-test.cpp
....@@ -1,10 +1,12 @@
11 // SPDX-License-Identifier: GPL-2.0
22 #include "clang.h"
33 #include "clang-c.h"
4
+extern "C" {
5
+#include "../util.h"
6
+}
47 #include "llvm/IR/Function.h"
58 #include "llvm/IR/LLVMContext.h"
69
7
-#include <util-cxx.h>
810 #include <tests/llvm.h>
911 #include <string>
1012