diff options
Diffstat (limited to 'lld/lib/Core/LinkingContext.cpp')
-rw-r--r-- | lld/lib/Core/LinkingContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/LinkingContext.cpp b/lld/lib/Core/LinkingContext.cpp index 9ae4f51da00..873d1d61c8b 100644 --- a/lld/lib/Core/LinkingContext.cpp +++ b/lld/lib/Core/LinkingContext.cpp @@ -108,6 +108,6 @@ ErrorOr<File &> LinkingContext::nextFile() { } } -void LinkingContext::addPasses(PassManager &pm) const {} +void LinkingContext::addPasses(PassManager &pm) {} } // end namespace lld |