Write output file to temp directory. The tests shouldn't assume that

they can write to the current working directory.

llvm-svn: 240388
This commit is contained in:
Daniel Jasper 2015-06-23 09:26:37 +00:00
parent 4a8917be84
commit 1758a9f1f7
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=a %S/Inputs/explicit-build-prefer-self/map -o a.pcm
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=b %S/Inputs/explicit-build-prefer-self/map -o b.pcm
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=a %S/Inputs/explicit-build-prefer-self/map -o %t/a.pcm
// RUN: %clang_cc1 -fmodules -fno-implicit-modules -emit-module -fmodule-name=b %S/Inputs/explicit-build-prefer-self/map -o %t/b.pcm