You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|