Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stage1: update inline asm outputs to LLVM 14
LLVM pointers are transitioning to no longer have types, however, inline assembly inputs and outputs which accept pointers need to know the element type. So, inline assembly must be upgraded to add elementtype(<ty>) annotations.
- Loading branch information