Follow-up to r331378. Update tests to allow to use C atomics in C++.

Reviewers: kubamracek

Reviewed By: kubamracek

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D46363

llvm-svn: 331484
This commit is contained in:
Volodymyr Sapsai 2018-05-03 21:30:47 +00:00
parent ce716347af
commit 6e713d9866
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clangxx_tsan %s -o %t -framework Foundation
// RUN: %clangxx_tsan %s -o %t -framework Foundation -D__ALLOW_STDC_ATOMICS_IN_CXX__
// RUN: %run %t 2>&1 | FileCheck %s
#import <Foundation/Foundation.h>

View File

@ -1,4 +1,4 @@
// RUN: %clangxx_tsan %s -o %t -framework Foundation
// RUN: %clangxx_tsan %s -o %t -framework Foundation -D__ALLOW_STDC_ATOMICS_IN_CXX__
// RUN: %run %t 2>&1 | FileCheck %s
#import <Foundation/Foundation.h>

View File

@ -1,4 +1,4 @@
// RUN: %clangxx_tsan %s -o %t -framework Foundation
// RUN: %clangxx_tsan %s -o %t -framework Foundation -D__ALLOW_STDC_ATOMICS_IN_CXX__
// RUN: %deflake %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: ios