xref: /llvm-project/lldb/test/Shell/Process/Optimization.test (revision 99d9c44434f57df5f188146925eea3bd8771260d)
1Test warnings.
2REQUIRES: shell, system-darwin
3RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe
4RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s
5
6CHECK: compiled with optimization
7