[all-commits] [llvm/llvm-project] b915f6: [CodeGen] Don't treat thread local globals as larg...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Fri Sep 29 12:57:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b915f60678c3033c466611be1119a46ba4b0869c
https://github.com/llvm/llvm-project/commit/b915f60678c3033c466611be1119a46ba4b0869c
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M llvm/lib/Target/TargetMachine.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.
More information about the All-commits
mailing list