diff options
Diffstat (limited to 'lld/COFF/Writer.cpp')
| -rw-r--r-- | lld/COFF/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/Writer.cpp b/lld/COFF/Writer.cpp index e80ad5a6129..8cc48b57adf 100644 --- a/lld/COFF/Writer.cpp +++ b/lld/COFF/Writer.cpp @@ -288,7 +288,7 @@ void Writer::markLive() { // Merge identical COMDAT sections. void Writer::dedupCOMDATs() { - if (Config->ICF) + if (Config->DoICF) doICF(Symtab->getChunks()); } |

