mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:45:25 +08:00
This patch updates the lld lit test config to use the internal shell by default. This has some performance advantages (~10-15%) and also produces nicer failure output. It also updates the two LLDB tests to not require shell (so that they run under the internal shell), after first verifying that they run and pass using the internal shell; and it fixes one test that was not passing under the internal shell.
7 lines
197 B
Plaintext
7 lines
197 B
Plaintext
Test warnings.
|
|
REQUIRES: 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
|