[llvm-commits] [llvm] r168773 - in /llvm/trunk: include/llvm/CodeGen/ScheduleDFS.h lib/CodeGen/MachineScheduler.cpp lib/CodeGen/ScheduleDAGInstrs.cpp test/CodeGen/X86/misched-matrix.ll

NAKAMURA Takumi geek4civic at gmail.com
Thu Nov 29 14:50:31 PST 2012


2012/11/29 Benjamin Kramer <benny.kra at gmail.com>:
> For future reference: copying the error message as plain text is probably a better idea than a screenshot. Windows' message boxes do the right thing for CTRL+C as far as I know.

MSVCRT tends to show dialogues even with assertion failure, like this case.

"set LLVM_DISABLE_CRASH_REPORT=1" could help in this case, though, it
makes harder for VS debugger to attach the crashed executable.
(Subsession of cmd.exe, "start cmd", could avoid overriding
environment variables)

...Takumi



More information about the llvm-commits mailing list