Displaying 3 results from an estimated 3 matches for "reloc_mod".
Did you mean:
reloc_mode
2017 Sep 30
2
invalid code generated on Windows x86_64 using skylake-specific features
...Features();
} else {
target_specific_cpu_args = "";
target_specific_features = "";
}
g->target_machine = LLVMCreateTargetMachine(target_ref,
buf_ptr(&g->triple_str),
target_specific_cpu_args, target_specific_features, opt_level,
reloc_mode, LLVMCodeModelDefault);
char *ZigLLVMGetHostCPUName(void) {
std::string str = sys::getHostCPUName();
return strdup(str.c_str());
}
char *ZigLLVMGetNativeFeatures(void) {
SubtargetFeatures features;
StringMap<bool> host_features;
if (sys::getHostCPUFeatures(host_featu...
2017 Oct 01
1
invalid code generated on Windows x86_64 using skylake-specific features
...arget_specific_cpu_args = "";
> target_specific_features = "";
> }
>
> g->target_machine = LLVMCreateTargetMachine(target_ref,
> buf_ptr(&g->triple_str),
> target_specific_cpu_args, target_specific_features, opt_level,
> reloc_mode, LLVMCodeModelDefault);
>
>
>
> char *ZigLLVMGetHostCPUName(void) {
> std::string str = sys::getHostCPUName();
> return strdup(str.c_str());
> }
>
> char *ZigLLVMGetNativeFeatures(void) {
> SubtargetFeatures features;
>
> StringMap<bool> ho...
2017 Oct 03
2
invalid code generated on Windows x86_64 using skylake-specific features
...target_specific_features = "";
>>> }
>>>
>>> g->target_machine = LLVMCreateTargetMachine(target_ref,
>>> buf_ptr(&g->triple_str),
>>> target_specific_cpu_args, target_specific_features,
>>> opt_level, reloc_mode, LLVMCodeModelDefault);
>>>
>>>
>>>
>>> char *ZigLLVMGetHostCPUName(void) {
>>> std::string str = sys::getHostCPUName();
>>> return strdup(str.c_str());
>>> }
>>>
>>> char *ZigLLVMGetNativeFeatures(void) {
>...