llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Basic support for extracting values of global variables

Open mkmks opened this issue 13 years ago • 5 comments

mkmks avatar Oct 17 '11 20:10 mkmks

This doesn't build against LLVM 3.0 because you edited the configure.ac script.

Also, this warning makes me nervous:

LLVM/Core/Instructions.hs:216:1:
    Warning: Pattern match(es) are non-exhaustive
             In an equation for `getValConvArg':
                 Patterns not matched:
                     IDRet _ _
                     IDRetVoid
                     IDBrCond _ _ _
                     IDBrUncond _
                     ...

bos avatar May 17 '12 05:05 bos

I've checked the build against LLVM 3.2 and fixed that warning.

mkmks avatar Mar 31 '13 02:03 mkmks

Also closes #37.

mkmks avatar Mar 31 '13 02:03 mkmks

And #43.

mkmks avatar Mar 31 '13 02:03 mkmks

Commits like f7e310856540241ebb68f98f5c451d1ad070f9f5 churn a huge amount of code due to formatting changes. Could you rebase this pull request down to a smaller number of commits against the HEAD and avoid unnecessary formatting changes?

NathanHowell avatar May 03 '13 15:05 NathanHowell