flying-dude

Results 2 comments of flying-dude

@mingodad: i [modified](https://github.com/flying-dude/Beef/commit/f43e010fb8403b29fce3fc19fd6d8dc94cd83b31) my master branch to use distro llvm for building beef. have only tried on [arch linux](https://github.com/flying-dude/Beef#build-on-arch-linux) tho. feel free to add build instructions for ubuntu, if this...

i commented all the manual inclusion of llvm facilities from the cmake files. instead i use cmake feature `find_package`. the only two subprojects using llvm are [BeefBoot](https://github.com/flying-dude/Beef/blob/a22f00372f1d7953a6d4893598d8355bdc8d214d/BeefBoot/CMakeLists.txt#L19) and [IDEHelper](https://github.com/flying-dude/Beef/blob/a22f00372f1d7953a6d4893598d8355bdc8d214d/IDEHelper/CMakeLists.txt#L20). the...