Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Driver.h')
-rw-r--r--lld/COFF/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Driver.h b/lld/COFF/Driver.h
index c3e2186d5318..3bb5682bd1ac 100644
--- a/lld/COFF/Driver.h
+++ b/lld/COFF/Driver.h
@@ -92,7 +92,7 @@ private:
std::vector<StringRef> SearchPaths;
std::set<std::string> VisitedFiles;
- void addUndefined(StringRef Sym);
+ Undefined *addUndefined(StringRef Sym);
// Windows specific -- "main" is not the only main function in Windows.
// You can choose one from these four -- {w,}{WinMain,main}.