Displaying 2 results from an estimated 2 matches for "asal".
Did you mean:
anal
2020 Jun 22
4
Inlining functions from multiple assembly files
I am working on developing a method to do some analysis on Ada code. I have
converted the high level code (multiple Ada files) to the corresponding
LLVM IR (.s files) using the tool dragonegg. The structure of my code is
such that there are function calls across these files. Is there any way to
inline these function calls? That is if function A in A.s calls function B
in B.s, can the code for
2019 Aug 06
2
[lld] section attributes lld can use to safely drop a section from obj files
Hello llvm\lld,
The autlolink feature in swift appends a section to the obj files
(.swift1_autolink_entries) that is later need to determine what t link
against in the final linked binary.
I am trying to get rid of these section in the final linked binary at link
time. I understand this could be done with (llvm-objcopy
--remove-section=.swift1_autolink_entries) but would like have the linker