summaryrefslogtreecommitdiff
path: root/lib/System/Path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r--lib/System/Path.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index efadfa9adf..1246038f84 100644
--- a/lib/System/Path.cpp
+++ b/lib/System/Path.cpp
@@ -107,3 +107,5 @@ std::string Path::GetDLLSuffix() {
#if defined(LLVM_ON_WIN32)
#include "Win32/Path.inc"
#endif
+
+DEFINING_FILE_FOR(SystemPath)