Displaying 2 results from an estimated 2 matches for "targettripple".
Did you mean:
targettriple
2017 Sep 19
0
What is the correct Targettripple for generating a X86 COFF-Files on windows?
Prior to "win32" i used "windows"
2017-09-19 19:09 GMT+02:00 Alexander Benikowski <sebal007 at googlemail.com>:
> Just got started and stuck at the same time. Working with the C-Api, i
> have come to the point where i want to emit a binary file for my module. I
> queried the X86-Target and called LLVMCreateTargetMachine this way:
>
>> LTarget :=
2017 Sep 19
2
What is the correct Targettripple for generating a X86 COFF-Files on windows?
Just got started and stuck at the same time. Working with the C-Api, i have
come to the point where i want to emit a binary file for my module. I
queried the X86-Target and called LLVMCreateTargetMachine this way:
> LTarget := LLVMGetTargetFromName('x86');
> LMachine := LLVMCreateTargetMachine(LTarget, 'i386-win32-msvc', nil,
> nil, LLVMCodeGenLevelDefault,