summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/Process/Optimization.test
blob: c189d505ef5d72e762385b32dc076ea19cdb21c4 (plain)
1
2
3
4
5
6
Test warnings.
REQUIRES: shell, system-darwin
RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe
RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s

CHECK: compiled with optimization