cyndyishida wrote: > How natural is it to assume that "precompiled file" is the same-ish as > "compiled file" aka "object file"?
I have the same concern about terminology ending up being more confusing than helpful. Personally, I've gotten used to the "pc" in pcm or pch meaning precompiled. What do you think about the following guidelines? 1. If there's a useful distinction, or the code path naturally expects one, keep distinguishing "module file" vs "precompiled header/PCH". 2. If there's not, just use "file" and enforce that there is always a file path attached. For example, in this PR, the desired output is `note: please rebuild file '/foo/bar.pcm'` https://github.com/llvm/llvm-project/pull/142161 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits