sn't exist on your system?
>
> Thanks, Than
>
>
> On Thu, Jan 27, 2022 at 5:38 AM T Odin wrote:
>
>> I'm trying to build gollvm on FreeBSD 13 using the command as mentioned
>> in gollvm source page.
>>
>> *cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_USE
I'm trying to build gollvm on FreeBSD 13 using the command as mentioned in
gollvm source page.
*cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_USE_LINKER=gold -G Ninja
../llvm-project/llvm *
I observed that during configuration it fails for malloc
*Looking for malloc/malloc.hLooking for malloc/malloc.
Hi,
I'm trying to run an executable built from Go source on a target
environment based out of Linux.
Loader on the target machine is customized and expects the elf sections to
be in a different order.
I checked the Go source' link option in asm.go where it formats the elf
header.
https://gith