diff options
author | Greg Clayton <clayborg@gmail.com> | 2019-10-10 20:29:11 +0000 |
---|---|---|
committer | Greg Clayton <clayborg@gmail.com> | 2019-10-10 20:29:11 +0000 |
commit | 366ada1d069c9ed944d993d8a000b370a9622a00 (patch) | |
tree | e319909892835ba5de811c4ff739ae0a4313f775 | |
parent | a42942e0ecd69d14f80aa285112a843692ca1916 (diff) | |
download | bcm5719-llvm-366ada1d069c9ed944d993d8a000b370a9622a00.tar.gz bcm5719-llvm-366ada1d069c9ed944d993d8a000b370a9622a00.zip |
Fix a documentation warning from GSYM commit.
llvm-svn: 374445
-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. /// |