Skip to content
Commit e1a12cf3 authored by Kevin Enderby's avatar Kevin Enderby
Browse files

Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses a

symbol from an assignment.  In this case the symbol did not have a fragment so
MCObjectWriter::IsSymbolRefDifferenceFullyResolved() should not have been
calling IsSymbolRefDifferenceFullyResolvedImpl() with a NULL fragment and should
just have returned false in that case.

llvm-svn: 149442
parent 9ccdb1d0
Loading
Loading
Loading
Loading
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