Skip to content

Commit 7c52d0c

Browse files
committed
[clang][Interp] Try to atomic.c on Mac
This test was broken on MacOS, see the discussion in llvm@a35599b
1 parent 668cd1c commit 7c52d0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/AST/Interp/atomic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -fexperimental-new-constant-interpreter -verify=both,expected %s
2-
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -verify=both,ref %s
1+
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -triple=i686-linux-gnu -ffreestanding -fexperimental-new-constant-interpreter -verify=both,expected %s
2+
// RUN: %clang_cc1 -fgnuc-version=4.2.1 -triple=i686-linux-gnu -ffreestanding -verify=both,ref %s
33

44
/// FIXME: Copied from test/Sema/atomic-expr.c.
55
/// this expression seems to be rejected for weird reasons,

0 commit comments

Comments
 (0)