diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-19 05:08:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-19 05:08:13 +0000 |
commit | 41eb8b47717e1fe1a6d0e99ec1b4e890091f77aa (patch) | |
tree | 13443fbd3a1304ce293c9637c200370af2007928 /lib/MC/MCAsmInfoCOFF.cpp | |
parent | 619ea855e72bb67f14ef78d942b84368ca9ab4ae (diff) | |
download | external_llvm-41eb8b47717e1fe1a6d0e99ec1b4e890091f77aa.zip external_llvm-41eb8b47717e1fe1a6d0e99ec1b4e890091f77aa.tar.gz external_llvm-41eb8b47717e1fe1a6d0e99ec1b4e890091f77aa.tar.bz2 |
hookize the cygwin ".linkonce" directive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r-- | lib/MC/MCAsmInfoCOFF.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp index 23b0dd7..1b27bf0 100644 --- a/lib/MC/MCAsmInfoCOFF.cpp +++ b/lib/MC/MCAsmInfoCOFF.cpp @@ -25,6 +25,7 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() { HiddenDirective = NULL; PrivateGlobalPrefix = "L"; // Prefix for private global symbols WeakRefDirective = "\t.weak\t"; + LinkOnceDirective = "\t.linkonce same_size\n"; SetDirective = "\t.set\t"; // Set up DWARF directives |