]> granicus.if.org Git - llvm/commitdiff
Fix a documentation warning from GSYM commit.
authorGreg Clayton <clayborg@gmail.com>
Thu, 10 Oct 2019 20:29:11 +0000 (20:29 +0000)
committerGreg Clayton <clayborg@gmail.com>
Thu, 10 Oct 2019 20:29:11 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374445 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/GSYM/GsymCreator.h

index 2449aba034ae4abafee8867d75af948782e90a82..12c8187132bab866ccf5846beae5201d1f8c0acc 100644 (file)
@@ -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.
   ///