[all-commits] [llvm/llvm-project] 1b8158: [lldb][test] Remove Intel MPX tests
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Oct 12 16:17:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b81581feec8cb6361d898dea17ed2f0ad7e5b13
https://github.com/llvm/llvm-project/commit/1b81581feec8cb6361d898dea17ed2f0ad7e5b13
Author: Fangrui Song <i at maskray.me>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
R lldb/test/API/commands/register/register/intel_xtended_registers/Makefile
R lldb/test/API/commands/register/register/intel_xtended_registers/TestMPXRegisters.py
R lldb/test/API/commands/register/register/intel_xtended_registers/main.cpp
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/Makefile
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/TestBoundViolation.py
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/main.cpp
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/Makefile
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/TestMPXOffsetIntersection.py
R lldb/test/API/commands/register/register/intel_xtended_registers/mpx_offset_intersection/main.cpp
Log Message:
-----------
[lldb][test] Remove Intel MPX tests
Intel MPX failed to gain wide adoption and has been deprecated for a while.
GCC 9.1 removed Intel MPX support. Linux kernel removed MPX in 2019.
glibc 2.35 will remove the support.
More information about the All-commits
mailing list