forked from OSchip/llvm-project
Restrict test for DW_AT_APPLE_optimized to Darwin
This commit is contained in:
parent
7e49dc6184
commit
a8a048ac72
|
@ -1,5 +1,5 @@
|
|||
Test warnings.
|
||||
REQUIRES: shell
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue