mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
Enable arm error handling abi 2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user