diff options
| author | Devang Patel <dpatel@apple.com> | 2011-02-24 21:04:00 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2011-02-24 21:04:00 +0000 |
| commit | b037383a35660151cc2a8814c0854a6b65039925 (patch) | |
| tree | 917246738524d5a8dd6edd4b8705bab59b2b11e2 /llvm/lib/Target/X86/X86FixupKinds.h | |
| parent | 502f1b943f54728efdae52362b4b1a46dba57d7b (diff) | |
| download | bcm5719-llvm-b037383a35660151cc2a8814c0854a6b65039925.tar.gz bcm5719-llvm-b037383a35660151cc2a8814c0854a6b65039925.zip | |
Enable DebugInfo support for COFF object files.
Patch by Nathan Jeffords!
llvm-svn: 126425
Diffstat (limited to 'llvm/lib/Target/X86/X86FixupKinds.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86FixupKinds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86FixupKinds.h b/llvm/lib/Target/X86/X86FixupKinds.h index 17d242ab761..d6cb39ae9a7 100644 --- a/llvm/lib/Target/X86/X86FixupKinds.h +++ b/llvm/lib/Target/X86/X86FixupKinds.h @@ -23,6 +23,8 @@ enum Fixups { reloc_global_offset_table, // 32-bit, relative to the start // of the instruction. Used only // for _GLOBAL_OFFSET_TABLE_. + reloc_coff_secrel32, // PE-COFF section relative 32 + // (only valid for win32 COFF) // Marker LastTargetFixupKind, NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind |

