[compiler-rt] r290152 - Make this REQUIRES match the other REQUIRES lines that mention requiring
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 17:57:31 PST 2016
Author: chandlerc
Date: Mon Dec 19 19:57:31 2016
New Revision: 290152
URL: http://llvm.org/viewvc/llvm-project?rev=290152&view=rev
Log:
Make this REQUIRES match the other REQUIRES lines that mention requiring
a darwin system.
Modified:
compiler-rt/trunk/test/tsan/debug_alloc_stack.cc
Modified: compiler-rt/trunk/test/tsan/debug_alloc_stack.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/debug_alloc_stack.cc?rev=290152&r1=290151&r2=290152&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/debug_alloc_stack.cc (original)
+++ compiler-rt/trunk/test/tsan/debug_alloc_stack.cc Mon Dec 19 19:57:31 2016
@@ -2,7 +2,7 @@
// RUN: env %env_tsan_opts=stack_trace_format=DEFAULT %deflake %run %t 2>&1 | FileCheck %s
// Until I figure out how to make this test work on Linux
-// REQUIRES: x86_64-darwin
+// REQUIRES: system-darwin
#include "test.h"
#include <pthread.h>
More information about the llvm-commits
mailing list