Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes handling of fallthroughs in IR theory (BinaryAnalysisPlatform#1380
) * Update LLVM backend to work with version 12 This may also work with later versions, but I did not test them * Fixes handling of fallthroughs in IR theory The previous change did not account for calls which are conditional, and thus would fail to include the fallthrough edge. * Runs `make indent` Co-authored-by: Benjamin Mourad <bqm0621@ocsdev02.ocsportal.draper.com>
- Loading branch information