diff options
Diffstat (limited to 'tools/perf/util/c++/clang.h')
-rw-r--r-- | tools/perf/util/c++/clang.h | 3 |
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; | |||
12 | std::unique_ptr<Module> | 12 | std::unique_ptr<Module> |
13 | getModuleFromSource(StringRef Name, StringRef Content); | 13 | getModuleFromSource(StringRef Name, StringRef Content); |
14 | 14 | ||
15 | std::unique_ptr<Module> | ||
16 | getModuleFromSource(StringRef Path); | ||
17 | |||
15 | } | 18 | } |
16 | #endif | 19 | #endif |