[clang] [llvm] [X86] Add Support for X86 TLSDESC Relocations (PR #83136)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 27 18:48:48 PST 2024
================
@@ -18515,17 +18515,17 @@ X86TargetLowering::LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const {
return LowerGlobalOrExternal(Op, DAG, /*ForCall=*/false);
}
-static SDValue
-GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA,
- SDValue *InGlue, const EVT PtrVT, unsigned ReturnReg,
- unsigned char OperandFlags, bool LocalDynamic = false) {
+static SDValue GetTLSADDR(SelectionDAG &DAG, SDValue Chain,
----------------
MaskRay wrote:
While changing signatures, rename this to `getTLSADDR` (lowerCase)?
https://github.com/llvm/llvm-project/pull/83136
More information about the cfe-commits
mailing list