aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/c++/clang.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/c++/clang.h')
-rw-r--r--tools/perf/util/c++/clang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/c++/clang.h b/tools/perf/util/c++/clang.h
index f64483be43d0..90aff0162f1c 100644
--- a/tools/perf/util/c++/clang.h
+++ b/tools/perf/util/c++/clang.h
@@ -12,5 +12,8 @@ using namespace llvm;
12std::unique_ptr<Module> 12std::unique_ptr<Module>
13getModuleFromSource(StringRef Name, StringRef Content); 13getModuleFromSource(StringRef Name, StringRef Content);
14 14
15std::unique_ptr<Module>
16getModuleFromSource(StringRef Path);
17
15} 18}
16#endif 19#endif