Andrew Anderson
Andrew Anderson
The service names for Arch Linux are incorrect in `roles/samba/vars/os_Archlinux.yml` https://wiki.archlinux.org/title/Samba#Enabling_and_starting_services ``` TASK [bertvv.samba : Start Samba service(s)] *********************************** failed: [test] (item=smbd) => {"ansible_loop_var": "item", "changed": false, "item": "smbd", "msg":...
This has been flagged as a blocker for the use of llvm-hs in GHC, since the use of both hsc2hs and TemplateHaskell impedes cross-compilation. It appears that the TemplateHaskell and...
It looks as though we could do more to make the OrcJIT interface usable: https://github.com/google-research/dex-lang/blob/4133b23fe56b8360ccd54ec7d0b3beb40decc7f8/src/lib/LLVM/HEAD/JIT.hs#L76-L104 @apaszke could you comment on this? It seems to me that `llvm-hs` should provide the...
Since anyone last touched our FFI layer, the LLVM C API has been updated significantly. Most importantly, the LLVM C API now has functions which do things for which we...
New functionality is available via the LLVM C API: https://llvm.org/doxygen/group__LLVMCAnalysis.html
Hi folks, LLVM 12 has added UnaryOperations and a single inhabitant of that class, the FNeg instruction. I've added support for this in 721727464bed33420a60e6ef44f77f326adc21c8. When I uncomment the relevant lines...
The `EncodeM` and `DecodeM` instances for debug metadata are currently quite fragile, and there are several places where a segmentation fault could be triggered by debug metadata structures which we...
The old non-monadic `typeOf` could not access types defined by the user via `typedef` since these are only available inside `MonadModuleBuilder`. The new monadic `typeOf` works correctly with user defined...
* [x ] I have checked the [Common Problems](https://github.com/kickscondor/fraidycat/wiki/Common-Problems) page. * [ x] I have searched the issue tracker for a bug that matches the one I want to file,...
Fix for #304 This PR adds a CMake flag -DWARNING_AS_ERROR which controls this behaviour. It defaults to ON so that users who are unaware of this feature will see no...