You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
297 B
9 lines
297 B
4 months ago
|
# When building on Windows under cmd.exe and GnuWin32, 'env' fails if no
|
||
|
# arguments are provided.
|
||
|
# UNSUPPORTED: system-windows
|
||
|
# RUN: not --crash env > %t || true
|
||
|
# RUN: cmp -s %t /dev/null || FileCheck %s < %t
|
||
|
|
||
|
# CHECK-DAG: LLVM_DISABLE_CRASH_REPORT=1
|
||
|
# CHECK-DAG: LLVM_DISABLE_SYMBOLIZATION=1
|