LLVM translation unit
问题 I try to understand LLVM program high level structure. I read in the book that " programs are composed of modules ,each of which correspons to tranlation unit ".Can someone explain me in more details the above and what is the diffrenece between modules and translation units(if any). I am also interested to know which part of the code is called when translation unit starts and completes debugging information encoding? 回答1: Translation unit is term from language standard. For example, this is