From: Ben Langmuir Date: Tue, 12 Aug 2014 16:42:25 +0000 (+0000) Subject: Add a module cache path to test/Headers/cxx11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d54ba51f337be2333bad3f6de33ed095e2efe9b9;p=clang Add a module cache path to test/Headers/cxx11 Don't depend on the serialization format remaining the same. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215454 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 5b0ec0b79c..0b35a7c2bd 100644 --- a/test/Headers/cxx11.cpp +++ b/test/Headers/cxx11.cpp @@ -1,5 +1,6 @@ +// RUN: rm -rf %t // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s -// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s +// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules -fmodules-cache-path=%t %s // This test fails on systems with older OS X 10.9 SDK headers, see PR18322.