mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 04:06:07 +00:00

Show the top-level pch file as the culprit, rather than the immediate dependency when a pch file imports a pcm from a module. To clarify the relationship, the pch import stack is printed as notes. The old behaviour was misleading when a pch imported a pcm (from a module), since removing the pcm would not fix the problem, whereas rebuilding the pch would. llvm-svn: 199446
5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
module test {
|
|
header "test.h"
|
|
export *
|
|
}
|