module, use the path from the module map file in preference to the path from the .pcm file when resolving relative paths in the .pcm file. This allows diagnostics (and .d output) to give relative paths if the module was found via a relative path. llvm-svn: 223577
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
module malformed_a {
|
|
module a1 { header "a1.h" }
|
|
module a2 { header "a2.h" }
|
|
}
|
|
module malformed_b {
|
|
module b1 { header "b1.h" }
|
|
module b2 { header "b2.h" }
|
|
}
|
|
module c { header "c.h" }
|