[cfe-commits] r144436 - /cfe/trunk/test/Modules/Inputs/normal-module-map/module.map
Douglas Gregor
dgregor at apple.com
Fri Nov 11 16:24:49 PST 2011
Author: dgregor
Date: Fri Nov 11 18:24:49 2011
New Revision: 144436
URL: http://llvm.org/viewvc/llvm-project?rev=144436&view=rev
Log:
Tweak the module map file test slightly, by putting one of the headers
into a submodule. Submodules aren't actually supported anywhere else,
but we do parse them, so this verifies that we're at least seeing
through them properly.
Modified:
cfe/trunk/test/Modules/Inputs/normal-module-map/module.map
Modified: cfe/trunk/test/Modules/Inputs/normal-module-map/module.map
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/Inputs/normal-module-map/module.map?rev=144436&r1=144435&r2=144436&view=diff
==============================================================================
--- cfe/trunk/test/Modules/Inputs/normal-module-map/module.map (original)
+++ cfe/trunk/test/Modules/Inputs/normal-module-map/module.map Fri Nov 11 18:24:49 2011
@@ -1,5 +1,5 @@
module libA {
- header "a1.h"
+ module a1 { header "a1.h" }
header "a2.h"
}
More information about the cfe-commits
mailing list