mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
8b250344e9bbf2d61c329cef7d5ee90b7a9cd44f
Normally to find the offset of a value in a section, we have to compute the value since the alignment is defined on the final address. If the alignment is trivial, we can skip the value computation. This allows us to know the offset even in cases where we cannot yet know the value. llvm-svn: 313777
…
…
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%