diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-11-16 17:04:00 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-11-16 17:04:00 +0000 |
commit | 261e75bd10198c336aded42f0398a13f7bf88889 (patch) | |
tree | 9829080d3d5fb7745963899c8536c8b406f2f1da /test/Modules/normal-module-map.cpp | |
parent | 30bb420cfe1801742a2ecb242c3b0167d81752d0 (diff) |
When building a module from a module map that isn't simply an umbrella
header, create our own in-memory buffer to parse all of the
appropriate headers, and use that to build the module. This isn't
end-to-end testable yet; that's coming next.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/normal-module-map.cpp')
-rw-r--r-- | test/Modules/normal-module-map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Modules/normal-module-map.cpp b/test/Modules/normal-module-map.cpp index 73cfe8b675..9e9f31578d 100644 --- a/test/Modules/normal-module-map.cpp +++ b/test/Modules/normal-module-map.cpp @@ -1,6 +1,5 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -x objective-c -fmodule-cache-path %t -fauto-module-import -I %S/Inputs/normal-module-map %s -verify - #include "Umbrella/Umbrella.h" int getUmbrella() { |