From 6f0bca7a0ababdfe141f7b1c0435f4ff71d1bff5 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Wed, 3 Jul 2013 18:35:53 +0000 Subject: [PATCH] Enable -ffreestanding for this test, to avoid #include_next'ing the system's (which might not exist or might not work). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185565 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Headers/cxx11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 54fe350ea5..fa37be3b51 100644 --- a/test/Headers/cxx11.cpp +++ b/test/Headers/cxx11.cpp @@ -1,5 +1,5 @@ -// RUN: %clang -fsyntax-only -std=c++11 %s -// RUN: %clang -fsyntax-only -std=c++11 -fmodules %s +// RUN: %clang -ffreestanding -fsyntax-only -std=c++11 %s +// RUN: %clang -ffreestanding -fsyntax-only -std=c++11 -fmodules %s #include -- 2.40.0