diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 19:08:48 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-12-06 19:08:48 +0000 |
commit | 179821ac1f282ef6f8d24d5ea346028aee8ba4c7 (patch) | |
tree | 25a5861add458a1bafe0a084a2cdc08827ffc48e /include/llvm/MC/MCAssembler.h | |
parent | c76c59840b7a4491afdcd2f35483f8d6e5ab533a (diff) |
Remove the instruction fragment to data fragment lowering since it was causing
freed data to be read. I will open a bug to track it being reenabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAssembler.h')
-rw-r--r-- | include/llvm/MC/MCAssembler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index 16c527ffc1..ba89436981 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -735,6 +735,9 @@ private: /// FinishLayout - Finalize a layout, including fragment lowering. void FinishLayout(MCAsmLayout &Layout); + uint64_t HandleFixup(MCObjectWriter &Writer, const MCAsmLayout &Layout, + MCFragment &F, const MCFixup &Fixup); + public: /// Find the symbol which defines the atom containing the given symbol, or /// null if there is no such symbol. |