User Details
- User Since
- Feb 23 2017, 4:06 AM (354 w, 1 d)
Aug 7 2018
These changes have been merged up into Jakob's original revision, so closing this one now.
Jul 19 2018
Upon building the 32 bit DLL, I discovered the way I was detecting host architecture was wrong. Checking LLVM_HOST_TRIPLE works on both 64 and 32 bit builds, but let me know if there's a better way of figuring this stuff out from cmake.
Jul 18 2018
Jul 17 2018
Jul 9 2018
Upon further testing, I can verify that the generated DLL appears to work.
Jul 8 2018
I work with Jakob on the afore mentioned self hosting language frontend. Would like to see this get in, what else is needed? I just built the version that Jakob recently updated, and it produces a LLVM-C.dll and lib file with what looks like the right functions (when looked at with a dependency walker); not sure how best to test it beyond that. Let me know what needs to be done and I'll try my best to do it.
Mar 1 2017
I was just checking everything was working by running this batch file in the test folder, and once I was happy I checked in a Linux VM.
Feb 28 2017
Feb 26 2017
Feb 25 2017
I didn't know how to not make clang-format chew everything up, so I've tried to match the surrounding format as much as possible. I'm not super knowledgeable on the EH stuff, or LLVM's test suite, so it's very likely that I've made a mistake somewhere in adding to echo.cpp, but everything seems to work.