7 lines · plain
1Test warnings.2REQUIRES: system-darwin3RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe4RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s5 6CHECK: compiled with optimization7 1Test warnings.2REQUIRES: system-darwin3RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe4RUN: %lldb -o "b main" -o r -o q -b %t.exe 2>&1 | FileCheck %s5 6CHECK: compiled with optimization7