From 048ea3b6ef0ce89766fd8049bfa986f05d7dea51 Mon Sep 17 00:00:00 2001 From: Hal Finkel Date: Fri, 3 Oct 2014 04:46:48 +0000 Subject: [PATCH] Make test/Sema/atomic-ops.c free-standing This test includes stdint.h, which might include system headers (and that might not work, depending on the system configuration). Attempting to fix llvm-clang-lld-x86_64-debian-fast. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218959 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/atomic-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sema/atomic-ops.c b/test/Sema/atomic-ops.c index 7d571ac213..e21c3fd58e 100644 --- a/test/Sema/atomic-ops.c +++ b/test/Sema/atomic-ops.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -verify -fsyntax-only -triple=i686-linux-gnu -std=c11 +// RUN: %clang_cc1 %s -verify -ffreestanding -fsyntax-only -triple=i686-linux-gnu -std=c11 // Basic parsing/Sema tests for __c11_atomic_* -- 2.50.1