diff options
-rw-r--r-- | lld/wasm/InputFiles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/InputFiles.h b/lld/wasm/InputFiles.h index 2b25906f443..4a445a71835 100644 --- a/lld/wasm/InputFiles.h +++ b/lld/wasm/InputFiles.h @@ -54,7 +54,7 @@ public: Kind kind() const { return fileKind; } // An archive file name if this file is created from an archive. - StringRef archiveName; + std::string archiveName; ArrayRef<Symbol *> getSymbols() const { return symbols; } |