[all-commits] [llvm/llvm-project] 33e14e: [CodeGen] Don't treat thread local globals as larg...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Mon Oct 2 10:24:05 PDT 2023
Branch: refs/heads/release/17.x
Home: https://github.com/llvm/llvm-project
Commit: 33e14ecd6aac8c61c055921dd6e564d170fe34d6
https://github.com/llvm/llvm-project/commit/33e14ecd6aac8c61c055921dd6e564d170fe34d6
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/test/CodeGen/X86/code-model-elf-sections.ll
Log Message:
-----------
[CodeGen] Don't treat thread local globals as large data (#67764)
Otherwise they may mistakenly get the large section flag.
(cherry picked from commit b915f60678c3033c466611be1119a46ba4b0869c)
(fix was slightly different since cherry-pick didn't apply well)
More information about the All-commits
mailing list