[LLVMbugs] [Bug 24315] New: Fallout from DataLayout change
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 30 08:59:57 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24315
Bug ID: 24315
Summary: Fallout from DataLayout change
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hjl.tools at gmail.com
CC: llvmbugs at cs.uiuc.edu, mehdi.amini at apple.com
Classification: Unclassified
lib/CodeGen/MachineFunction.cpp has
const DataLayout &MachineFunction::getDataLayout() const {
return Fn->getParent()->getDataLayout();
}
But Fn->getParent()->getDataLayout() may be out of sync with Target.DL.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150730/4c6e98a7/attachment.html>
More information about the llvm-bugs
mailing list