[all-commits] [llvm/llvm-project] 251843: Make __stack_chk_guard dso_local if Reloc::Static
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Dec 4 16:58:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2518433f861fcb877d0a7bdd9aec1aec1f77505a
https://github.com/llvm/llvm-project/commit/2518433f861fcb877d0a7bdd9aec1aec1f77505a
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
Make __stack_chk_guard dso_local if Reloc::Static
This is currently implied by TargetMachine::shouldAssumeDSOLocal
but will be changed in the future.
More information about the All-commits
mailing list