mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 07:16:06 +00:00

This patch fixes a bug when eliminating layers in the machine topology (namely cores, and threads). Before this patch, if a user specifies using only one thread per socket, then affinity is not set properly due to bad topology pruning. Differential Revision: http://reviews.llvm.org/D11158 llvm-svn: 245966