xref: /llvm-project/lldb/test/Shell/Process/Optimization.test (revision 99d9c44434f57df5f188146925eea3bd8771260d)
1220c17ffSAdrian PrantlTest warnings.
2a8a048acSAdrian PrantlREQUIRES: shell, system-darwin
3220c17ffSAdrian PrantlRUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe
4*99d9c444SJonas DevlieghereRUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s
5220c17ffSAdrian Prantl
6220c17ffSAdrian PrantlCHECK: compiled with optimization
7