[all-commits] [llvm/llvm-project] 8b4850: Revert "[llvm-exegesis] Add support for loading X8...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Dec 26 10:28:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b485070844d03cda467e75aa8c924184ba671cf
https://github.com/llvm/llvm-project/commit/8b485070844d03cda467e75aa8c924184ba671cf
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
R llvm/test/tools/llvm-exegesis/X86/latency/segment-registers-subprocess.asm
M llvm/tools/llvm-exegesis/lib/X86/Target.cpp
Log Message:
-----------
Revert "[llvm-exegesis] Add support for loading X86 segment registers (#76368)"
This reverts commit 7c383481a8e86918b3aaca4288c1eed62a4d6ff4.
The reverted patch was failing on quite a few buildbots due to systems
not having asm/prctl.h. More investigation is needed on why exactly
those systems do not have that specific header.
More information about the All-commits
mailing list