mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
5f0bc1a859171d4df85d96f43e17fe950b875c95
The size of a long double was hardcoded in DataExtractor for x86 and x86_64 architectures. This CL removes the hard coded values and use the actual size based on the floating point semantics specified. Differential revision: http://reviews.llvm.org/D8417 llvm-svn: 242019
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%