From f31bcc68c72371a2bf63aead9f3373a1ff2053b6 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 6 Sep 2015 18:41:23 +0000 Subject: Import compiler-rt 3.7.0 release (r246257). --- test/tsan/malloc_stack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tsan/malloc_stack.cc') diff --git a/test/tsan/malloc_stack.cc b/test/tsan/malloc_stack.cc index ba1d62bcd9e7a..f0c6f9354a5f3 100644 --- a/test/tsan/malloc_stack.cc +++ b/test/tsan/malloc_stack.cc @@ -1,4 +1,4 @@ -// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s +// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s #include "test.h" _Atomic(int*) p; -- cgit v1.2.3