Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Make this code path unreachable.
If we cannot return an address we should assert and handle the diags.
  • Loading branch information
vgvassilev committed Oct 21, 2017
commit 1b7faac09be5f9cd8d67efc8e5b86af70309a837
1 change: 1 addition & 0 deletions interpreter/cling/lib/Interpreter/IncrementalJIT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ class Azog: public RTDyldMemoryManager {
.getAddress())
return *Addr;

llvm_unreachable("Handle the error case");
return ~0U;
}

Expand Down