mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 05:01:56 +00:00
Update to match LLVM r272232.
llvm-svn: 272234
This commit is contained in:
parent
dfed58a527
commit
98520e7019
@ -96,7 +96,7 @@ static Flavor parseFlavor(std::vector<const char *> &V) {
|
||||
/// windows linker based on the argv[0] or -flavor option.
|
||||
int main(int Argc, const char **Argv) {
|
||||
// Standard set up, so program fails gracefully.
|
||||
sys::PrintStackTraceOnErrorSignal();
|
||||
sys::PrintStackTraceOnErrorSignal(Argv[0]);
|
||||
PrettyStackTraceProgram StackPrinter(Argc, Argv);
|
||||
llvm_shutdown_obj Shutdown;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user