Files
clang-p2996/clang/test/Index/Inputs/Headers/module.map
Douglas Gregor e1fbde55dd Ensure that we clean up after a failed module build and cope with the
results in libclang.

llvm-svn: 149200
2012-01-29 19:57:03 +00:00

11 lines
123 B
Plaintext

module LibA {
header "a.h"
module Extensions {
header "a_extensions.h"
}
}
module Crash {
header "crash.h"
}