aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2012-07-11 22:17:39 +0000
committerJack Carter <jcarter@mips.com>2012-07-11 22:17:39 +0000
commit570ae0b1f73f1c2d710648289b4b1088960cf010 (patch)
treef22df115dcabc62b4ba114779deb9c06cc549b01 /clang/lib/Frontend/CompilerInvocation.cpp
parente04cfd21800aae7f7d44b24df68ecb3a7502f1d8 (diff)
downloadllvm-570ae0b1f73f1c2d710648289b4b1088960cf010.zip
llvm-570ae0b1f73f1c2d710648289b4b1088960cf010.tar.gz
llvm-570ae0b1f73f1c2d710648289b4b1088960cf010.tar.bz2
Patch for Mips direct object generation.
When WriteFragmentData() case FT_align called Asm.getBackend().writeNopData() is called, nothing is done since Mips implementation of writeNopData just returned "true". For some reason this has not caused problems in 32 bit mode, but in 64 bit mode it caused an assert when processing multiple function units. The test case included will assert without this patch. It runs twice with different flags to prevent false positives due to changes in code generation over time. llvm-svn: 160084
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions