Skip to content

Commit 0526208

Browse files
tcurtissquic-seaswara
authored andcommitted
Clang format scoped plugin tracing changes
Signed-off-by: Troy Curtiss <trcurtiss@gmail.com>
1 parent efa4be1 commit 0526208

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

include/eld/Script/Plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class Plugin {
103103
static void *loadPlugin(std::string Name, Module *Module, bool IsTraced);
104104

105105
static bool unload(std::string Name, void *LibraryHandle, Module *Module,
106-
bool IsTraced);
106+
bool IsTraced);
107107

108108
void reset();
109109

lib/LinkerWrapper/LinkerWrapper.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,9 +1021,7 @@ bool LinkerWrapper::isVerbose() const {
10211021
return m_Module.getConfig().getPrinter()->isVerbose();
10221022
}
10231023

1024-
bool LinkerWrapper::isTraced() const {
1025-
return m_Plugin->isTraced();
1026-
}
1024+
bool LinkerWrapper::isTraced() const { return m_Plugin->isTraced(); }
10271025

10281026
eld::Expected<std::vector<plugin::OutputSection>>
10291027
LinkerWrapper::getAllOutputSections() const {

0 commit comments

Comments
 (0)