llvm-project/lldb/test/Shell/Process/Optimization.test
2020-05-22 15:52:00 -07:00

7 lines
199 B
Plaintext

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 | FileCheck %s
CHECK: compiled with optimization