[all-commits] [llvm/llvm-project] ed0a57: [LLD] [COFF] Fix def file exporting of symbols con...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Sun May 10 13:30:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ed0a57f753a312bc0433480ef0bfad338e56b19e
https://github.com/llvm/llvm-project/commit/ed0a57f753a312bc0433480ef0bfad338e56b19e
Author: Martin Storsjö <martin at martin.st>
Date: 2020-05-10 (Sun, 10 May 2020)
Changed paths:
M lld/COFF/Driver.cpp
A lld/test/COFF/export-tricky-names.s
Log Message:
-----------
[LLD] [COFF] Fix def file exporting of symbols containing periods
This fixes an accidental breakage of exporting symbols using def
files, when the symbol name contains a period, since commit
0ca06f7950e5, mixing up a symbol name containing a period with
the case of exporting a symbol as a forward to another dll.
Differential Revision: https://reviews.llvm.org/D79619
More information about the All-commits
mailing list