mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Change error message for -mtriple argument. Should finally fix #130.
This commit is contained in:
@@ -483,7 +483,7 @@ LDC_TARGETS
|
||||
theTarget = llvm::TargetRegistry::lookupTarget(triple, Err);
|
||||
if (theTarget == 0)
|
||||
{
|
||||
error("failed to auto-select target: %s, please use the -march option", Err.c_str());
|
||||
error("%s Please use the -march option.", Err.c_str());
|
||||
fatal();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user