Artem Dinaburg

Results 55 comments of Artem Dinaburg

I was about to file this same issue; I ran into this when failing to build LLVM's `opt`, which sounds exactly like what the original submitter was trying to do...

What is the final binary that we are looking to get now? Is there one? It looks to me like this will deprecate `anvill-decompile-json`

It looks like this actually builds and passes CI now! Would love a sanity check prior to merge (@frabert / @tetsuo-cpp ) :)

Left a comment on the PR, but putting it here as well: So I had to read the [undefined value description](https://llvm.org/docs/LangRef.html#undefvalues) a bit more. An `undef` (if not frozen, which...

All of the generated C should be recompilable (modulo function definitions). We should try recompiling the C via `clang -c -o foo.o input.c`, and fail on any errors and some...

I really like the attribute solution; it should work well enough for most cases and is much better than just ignoring the addrspace change.

http://www.vectorization.computer/index.html

Hi! Clang and Visual Studio also now support each other enough that it looks like (at least via some Googling) that you can use clang to build Windows binaries on...

hey @sorenbug and @TheGreatRambler can you email me at `[email protected]`? I'd like to help solve Windows support and, ideally, also fix other building and packaging issues with mcsema.

Its an old issue, but these would still be great to have