Skip to content
Snippets Groups Projects
Unverified Commit 31c34809 authored by Moritz Angermann's avatar Moritz Angermann
Browse files

Adds a crude at&t assembly parser to resolve constants

Our current approach is taken from autoconf, and requires a binary search to
find constants.  This is not only very time consuming but also breaks when the
compiler fails to recognize an expression as constant.  As such we ask the
compiler to produce assembly, crudely parse that assembly and try to extract the
constant directly from the generated assembly.
parent 738f3666
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment