Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1003: Add more intrinsics and refactor how we implement them r=philberty a=philberty This patch series implements: 1. offset 2. size_of 3. unreachable 4. abort It removes the GCC wrapper mappings to make them much easier to implement. It also demonstrates in single commits the implementation of each of these intrinsic to make it easy to follow in how we implement them. Addresses #658 #849 Co-authored-by: Philip Herron <philip.herron@embecosm.com>
- Loading branch information