mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
This implements the support for .debug_loclists section, which is DWARF 5 version of .debug_loc. Currently, clang is able to emit it with the use of D53365. Differential revision: https://reviews.llvm.org/D53436 llvm-svn: 345016