[PATCH] D46244: [LLD] [COFF] Allow specifying export forwarding in a def file

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 5 09:56:48 PDT 2018


ruiu added inline comments.


================
Comment at: COFF/Driver.cpp:631
     Export E2;
+    if (E1.ExtName != E1.Name && StringRef(E1.Name).contains('.')) {
+      E2.Name = E1.ExtName;
----------------
Can you add a comment?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46244





More information about the llvm-commits mailing list