[all-commits] [llvm/llvm-project] 4a1776: [CodeGen][TLS] Set TLS Model for __tls_guard as well.
junparser via All-commits
all-commits at lists.llvm.org
Tue Jun 16 17:32:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a1776979fd8e9473e433d7ec6f2bbf4bf9523ff
https://github.com/llvm/llvm-project/commit/4a1776979fd8e9473e433d7ec6f2bbf4bf9523ff
Author: Jun Ma <JunMa at linux.alibaba.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MicrosoftCXXABI.cpp
R clang/test/CodeGen/tls-model.c
A clang/test/CodeGen/tls-model.cpp
M clang/test/CodeGenCXX/ms-thread_local.cpp
Log Message:
-----------
[CodeGen][TLS] Set TLS Model for __tls_guard as well.
Differential Revision: https://reviews.llvm.org/D81543
More information about the All-commits
mailing list