mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-23 17:28:54 +00:00
Comment the changes for r98218 and friends inside the source code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -524,6 +524,11 @@ void X86AsmPrinter::EmitEndOfAsmFile(Module &M) {
|
|||||||
OutStreamer.EmitIntValue(0, 4/*size*/, 0/*addrspace*/);
|
OutStreamer.EmitIntValue(0, 4/*size*/, 0/*addrspace*/);
|
||||||
else
|
else
|
||||||
// Internal to current translation unit.
|
// Internal to current translation unit.
|
||||||
|
//
|
||||||
|
// When we place the LSDA into the TEXT section, the type info
|
||||||
|
// pointers need to be indirect and pc-rel. We accomplish this by
|
||||||
|
// using NLPs. However, sometimes the types are local to the file. So
|
||||||
|
// we need to fill in the value for the NLP in those cases.
|
||||||
OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
|
OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
|
||||||
OutContext),
|
OutContext),
|
||||||
4/*size*/, 0/*addrspace*/);
|
4/*size*/, 0/*addrspace*/);
|
||||||
|
Reference in New Issue
Block a user