summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/system-out-of-date-test.m
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-03-18 12:31:32 +0000
committerRenato Golin <renato.golin@linaro.org>2017-03-18 12:31:32 +0000
commitf1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9 (patch)
treeb2ada42a7d0c7f06002a987e9e75d0c0ec4ec64f /clang/test/Modules/system-out-of-date-test.m
parente6ff30b696739aca2e86484750c68dce113712a1 (diff)
downloadbcm5719-llvm-f1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9.tar.gz
bcm5719-llvm-f1966cf6467e60c60d1c3fe6fa8b669d79ecf8e9.zip
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
This reverts commit r298165, as it broke the ARM builds. llvm-svn: 298185
Diffstat (limited to 'clang/test/Modules/system-out-of-date-test.m')
-rw-r--r--clang/test/Modules/system-out-of-date-test.m17
1 files changed, 0 insertions, 17 deletions
diff --git a/clang/test/Modules/system-out-of-date-test.m b/clang/test/Modules/system-out-of-date-test.m
deleted file mode 100644
index e78df7b3b3e..00000000000
--- a/clang/test/Modules/system-out-of-date-test.m
+++ /dev/null
@@ -1,17 +0,0 @@
-// RUN: rm -rf %t.cache
-// RUN: echo '@import X;' | \
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps \
-// RUN: -fmodules-cache-path=%t.cache -I%S/Inputs/system-out-of-date \
-// RUN: -fsyntax-only -x objective-c -
-//
-// Build something with different diagnostic options.
-// RUN: %clang_cc1 -fmodules -fimplicit-module-maps \
-// RUN: -fmodules-cache-path=%t.cache -I%S/Inputs/system-out-of-date \
-// RUN: -fsyntax-only %s -Wnon-modular-include-in-framework-module \
-// RUN: -Werror=non-modular-include-in-framework-module 2>&1 \
-// RUN: | FileCheck %s
-@import X;
-
-#import <Z.h>
-// CHECK: While building module 'Z' imported from
-// CHECK: {{.*}}Y-{{.*}}pcm' was validated as a system module and is now being imported as a non-system module
OpenPOWER on IntegriCloud