Skip to content
Snippets Groups Projects
Commit 748ceca6 authored by Bill Wendling's avatar Bill Wendling
Browse files

Add FIXME comment.

llvm-svn: 93755
parent a73e471c
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,9 @@ void X86TargetMachine::setCodeModelForJIT() {
setCodeModel(CodeModel::Small);
}
/// FIXME: This call-back isn't good! We should be using the correct encoding
/// regardless of the system. However, there are some systems which have bugs
/// that prevent this from occuring.
DwarfLSDAEncoding::Encoding X86TargetMachine::getLSDAEncoding() const {
if (Subtarget.isTargetDarwin() && Subtarget.getDarwinVers() != 10)
return DwarfLSDAEncoding::FourByte;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment