Fix LLDB build on old Linux kernels
authorWalter Erquinigo <wallace@fb.com>
Wed, 29 Sep 2021 16:40:53 +0000 (09:40 -0700)
committerWalter Erquinigo <wallace@fb.com>
Wed, 29 Sep 2021 16:42:32 +0000 (09:42 -0700)
commitd35702efe73010409c75b1f1b64f205cc3b2f6d3
tree88f19dcdd83a0aa281f4877a2e428b9b2524684f
parent576301d922a76db34bc344f04174ba38c09bb5ca
Fix LLDB build on old Linux kernels

Usage of aux_size is guarded against elsewhere in this file, but is missing here.

Reviewed By: wallace

Differential Revision: https://reviews.llvm.org/D110269

Original Author: calebzulawski
lldb/source/Plugins/Process/Linux/IntelPTManager.cpp