aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/COFF/ICF.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/COFF/ICF.h')
-rw-r--r--contrib/llvm-project/lld/COFF/ICF.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/lld/COFF/ICF.h b/contrib/llvm-project/lld/COFF/ICF.h
index 0b3c8fa2ff2e..f8cc8071f9eb 100644
--- a/contrib/llvm-project/lld/COFF/ICF.h
+++ b/contrib/llvm-project/lld/COFF/ICF.h
@@ -9,6 +9,7 @@
#ifndef LLD_COFF_ICF_H
#define LLD_COFF_ICF_H
+#include "Config.h"
#include "lld/Common/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
@@ -17,7 +18,7 @@ namespace coff {
class Chunk;
-void doICF(ArrayRef<Chunk *> chunks);
+void doICF(ArrayRef<Chunk *> chunks, ICFLevel);
} // namespace coff
} // namespace lld