diff options
-rw-r--r-- | llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h b/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h index 2449aba034a..12c8187132b 100644 --- a/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h +++ b/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h @@ -178,7 +178,7 @@ public: /// \param Style The path style for the "Path" parameter. /// \returns The unique file index for the inserted file. uint32_t insertFile(StringRef Path, - llvm::sys::path::Style = llvm::sys::path::Style::native); + sys::path::Style Style = sys::path::Style::native); /// Add a function info to this GSYM creator. /// |