Displaying 5 results from an estimated 5 matches for "entryfunc".
Did you mean:
entryfn
2013 Mar 20
0
[LLVMdev] Problems with parallelizing lli
...t; argv[0] << ": invalid optimization level.\n";
- return 1;
+ return (void *)1;
case ' ': break;
case '0': OLvl = CodeGenOpt::None; break;
case '1': OLvl = CodeGenOpt::Less; break;
@@ -297,7 +286,7 @@
Function *EntryFn = Mod->getFunction(EntryFunc);
if (!EntryFn) {
errs() << '\'' << EntryFunc << "\' function not found in module.\n";
- return -1;
+ return (void *)-1;
}
// If the program doesn't explicitly call exit, we will need the Exit
@@ -341,3 +330,48 @@
abort();...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
..."", // ChildExecPath
> ' ', // OptLevel
> std::string("arm64-apple-ios7.0"), // TargetTriple
> std::string("arm64"), // MArch
> std::string(), // MCPU
> std::vector<std::string>(), // MAttrs
> "main", // EntryFunc
> std::vector<std::string>(), // ExtraModules
> std::vector<std::string>(), // ExtraObjects
> std::vector<std::string>(), // ExtraArchives
> false, // EnableCacheManager
> std::string(), // ObjectCacheDir
> std::string(), // FakeArgv0
>...
2014 Sep 17
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
Both Clang/LLVM 3.4 -> Clang/LLVM 3.5
And i will also try using MCJIT.
2014-09-17 18:56 GMT+06:00 Anton Smirnov <dev at antonsmirnov.name>:
> Hi, Tim.
>
> I've used Clang 3.4 final release and now i'm going to test it with 3.5
> release (since i've read about arm64 improvements).
> I will report my results.
>
> BTW, is it possible to get smth like
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...' ', // OptLevel
>>> std::string("arm64-apple-ios7.0"), // TargetTriple
>>> std::string("arm64"), // MArch
>>> std::string(), // MCPU
>>> std::vector<std::string>(), // MAttrs
>>> "main", // EntryFunc
>>> std::vector<std::string>(), // ExtraModules
>>> std::vector<std::string>(), // ExtraObjects
>>> std::vector<std::string>(), // ExtraArchives
>>> false, // EnableCacheManager
>>> std::string(), // ObjectCacheDir
&...
2014 Sep 18
2
[LLVMdev] [cfe-dev] exc_bad_instruction on arm
...;> std::string("arm64-apple-ios7.0"), // TargetTriple
>>>>> std::string("arm64"), // MArch
>>>>> std::string(), // MCPU
>>>>> std::vector<std::string>(), // MAttrs
>>>>> "main", // EntryFunc
>>>>> std::vector<std::string>(), // ExtraModules
>>>>> std::vector<std::string>(), // ExtraObjects
>>>>> std::vector<std::string>(), // ExtraArchives
>>>>> false, // EnableCacheManager
>>>>>...