[Lldb-commits] [lldb] a8a048a - Restrict test for DW_AT_APPLE_optimized to Darwin
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri May 22 15:52:08 PDT 2020
Author: Adrian Prantl
Date: 2020-05-22T15:52:00-07:00
New Revision: a8a048ac7253ca92228d0862b6c1175f1613a840
URL: https://github.com/llvm/llvm-project/commit/a8a048ac7253ca92228d0862b6c1175f1613a840
DIFF: https://github.com/llvm/llvm-project/commit/a8a048ac7253ca92228d0862b6c1175f1613a840.diff
LOG: Restrict test for DW_AT_APPLE_optimized to Darwin
Added:
Modified:
lldb/test/Shell/Process/Optimization.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Process/Optimization.test b/lldb/test/Shell/Process/Optimization.test
index 10d241f698c0..1309a16aa98e 100644
--- a/lldb/test/Shell/Process/Optimization.test
+++ b/lldb/test/Shell/Process/Optimization.test
@@ -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
More information about the lldb-commits
mailing list