summaryrefslogtreecommitdiff
path: root/test/Modules/modules-with-same-name.m
diff options
context:
space:
mode:
authorBen Langmuir <blangmuir@apple.com>2015-02-19 20:23:22 +0000
committerBen Langmuir <blangmuir@apple.com>2015-02-19 20:23:22 +0000
commit21c08f6c6bbe8e8171915a9dc3d689462ab7bc56 (patch)
tree28d76dcc6899dd0a5c147f269549c364c3726644 /test/Modules/modules-with-same-name.m
parent699179bb08ba53e9fc049e7d56d4d89ce58499f1 (diff)
downloadclang-21c08f6c6bbe8e8171915a9dc3d689462ab7bc56.tar.gz
Revert "Mangle the IsSystem bit into the .pcm file name"
While I investigate some possible problems with this patch. This reverts commit r228966 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/modules-with-same-name.m')
-rw-r--r--test/Modules/modules-with-same-name.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Modules/modules-with-same-name.m b/test/Modules/modules-with-same-name.m
index 3c5f88b18a..d362f756a6 100644
--- a/test/Modules/modules-with-same-name.m
+++ b/test/Modules/modules-with-same-name.m
@@ -21,14 +21,6 @@
// Confirm that we still have three pcm files, since DependsOnA will be rebuilt
// RUN: find %t -name "*.pcm" | count 3
-// DependsOnA, using A from path 2, as a system path
-// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fmodules-ignore-macro=EXPECTED_PATH -fmodules-ignore-macro=DIRECT -fsyntax-only %s -I %S/Inputs/modules-with-same-name/DependsOnA -isystem %S/Inputs/modules-with-same-name/path2/A -DEXPECTED_PATH=2 -Rmodule-build 2> %t.log
-// Confirm that we built a new module for A
-// RUN: FileCheck %s < %t.log
-// CHECK: building module 'DependsOnA'
-// CHECK: building module 'A'
-// RUN: find %t -name "*.pcm" | count 4
-
#ifdef DIRECT
@import A;
#else