From 285f392c555459b82baeec68b944936685546972 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 3 May 2017 20:26:31 +0000 Subject: Vendor import of compiler-rt trunk r302069: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302069 --- test/asan/TestCases/Darwin/uuid.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/asan/TestCases/Darwin/uuid.cc') diff --git a/test/asan/TestCases/Darwin/uuid.cc b/test/asan/TestCases/Darwin/uuid.cc index 3f50272e901d..33638587e129 100644 --- a/test/asan/TestCases/Darwin/uuid.cc +++ b/test/asan/TestCases/Darwin/uuid.cc @@ -4,6 +4,9 @@ // RUN: %clangxx_asan %s -o %t -fsanitize-recover=address // RUN: %env_asan_opts=print_module_map=2:halt_on_error=0 %run %t 2>&1 | FileCheck %s +// We can't run system("otool") in the simulator. +// UNSUPPORTED: ios + #include #include #include -- cgit v1.2.3