Revert "[lld-link] Enable addrsig table in COFF lto"

This reverts commit eabd55b1b2c5e322c3b36cb44348f178692890c8.
Speculative, for crbug.com/1195545

GitOrigin-RevId: a78fa73bcf986cf5912d665ecd9620535f480607
diff --git a/COFF/LTO.cpp b/COFF/LTO.cpp
index d117abf..a47f66e 100644
--- a/COFF/LTO.cpp
+++ b/COFF/LTO.cpp
@@ -62,7 +62,6 @@
 static lto::Config createConfig() {
   lto::Config c;
   c.Options = initTargetOptionsFromCodeGenFlags();
-  c.Options.EmitAddrsig = true;
 
   // Always emit a section per function/datum with LTO. LLVM LTO should get most
   // of the benefit of linker GC, but there are still opportunities for ICF.