Enable arm error handling abi 2
This commit is contained in:
parent
f581b2f9dd
commit
1ded138851
1 changed files with 3 additions and 2 deletions
|
@ -429,8 +429,9 @@ LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
|
|||
|
||||
LLVMRustInitializeTargets();
|
||||
|
||||
int argc = 2;
|
||||
const char* argv[] = {"rustc", "-arm-enable-ehabi"};
|
||||
int argc = 3;
|
||||
const char* argv[] = {"rustc", "-arm-enable-ehabi",
|
||||
"-arm-enable-ehabi-descriptors"};
|
||||
cl::ParseCommandLineOptions(argc, argv);
|
||||
|
||||
TargetOptions Options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue