mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e8ef60e3c
commit
0333920a05
@ -508,10 +508,14 @@ bool X86IntelAsmPrinter::doFinalization(Module &M) {
|
||||
// Output linker support code for dllexported globals
|
||||
if (!DLLExportedGVs.empty() || !DLLExportedFns.empty()) {
|
||||
SwitchToDataSection("");
|
||||
O << "; WARNING: The following code is valid only with MASM v8.x and (possible) higher\n"
|
||||
<< "; This version of MASM is usually shipped with Microsoft Visual Studio 2005\n"
|
||||
<< "; or (possible) further versions. Unfortunately, there is no way to support\n"
|
||||
<< "; dllexported symbols in the earlier versions of MASM in fully automatic way\n\n";
|
||||
O << "; WARNING: The following code is valid only with MASM v8.x"
|
||||
<< "and (possible) higher\n"
|
||||
<< "; This version of MASM is usually shipped with Microsoft "
|
||||
<< "Visual Studio 2005\n"
|
||||
<< "; or (possible) further versions. Unfortunately, there is no "
|
||||
<< "way to support\n"
|
||||
<< "; dllexported symbols in the earlier versions of MASM in fully "
|
||||
<< "automatic way\n\n";
|
||||
O << "_drectve\t segment info alias('.drectve')\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user