diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-17 07:13:32 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-08-17 07:13:32 +0000 |
commit | e75ee0f0c8f8cf603c7894f9442f81faf11c2ff6 (patch) | |
tree | 9ff53065671bce8db52fea63c808f9494098b614 /clang/test/Modules/module-map-path-hash.cpp | |
parent | 88edc8243d6d0c4f091d9f99e8916b0b52b456a2 (diff) | |
download | bcm5719-llvm-e75ee0f0c8f8cf603c7894f9442f81faf11c2ff6.tar.gz bcm5719-llvm-e75ee0f0c8f8cf603c7894f9442f81faf11c2ff6.zip |
[modules] When explicitly building a module file, don't include timestamps in
the produced pcm file for stable file creation across distributed build
systems.
llvm-svn: 245199
Diffstat (limited to 'clang/test/Modules/module-map-path-hash.cpp')
-rw-r--r-- | clang/test/Modules/module-map-path-hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/module-map-path-hash.cpp b/clang/test/Modules/module-map-path-hash.cpp index 620e428a2f0..ccfa96ebd25 100644 --- a/clang/test/Modules/module-map-path-hash.cpp +++ b/clang/test/Modules/module-map-path-hash.cpp @@ -1,4 +1,4 @@ -// rm -rf %t +// RUN: rm -rf %t // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs//module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -Rmodule-build -I%S/Inputs/./module-map-path-hash -fmodules-cache-path=%t -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s |