Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: llvm: catch arg names using debug info
The current way we extract function names from arguments in LLVM is rarely successful. This is because the names attached to the LLVM Argument objects are empty, likely removed during the compilation process. This adds an option for looking at debug information to spot the right argument name. Ref: #1175 Signed-off-by: David Korczynski <[email protected]>
- Loading branch information