mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
a5206ce72a7eb77ff9f99462bb69dd7e79243cd0
when building a module. Clang already records the module signature when building a skeleton CU to reference a clang module. Matching the id in the skeleton with the one in the module allows a DWARF consumer to verify that they found the correct version of the module without them needing to know about the clang module format. llvm-svn: 248345
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%