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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits