Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Sema/SemaDecl.cpp | ||
---|---|---|
14038–14039 | Is this needed? It seems getMaxTLSAlign() will return 0 in that case anyway. |
clang/lib/Sema/SemaDecl.cpp | ||
---|---|---|
14038–14039 | It is checked in the other place where err_tls_var_aligned_over_maximum is used so I put it here. I'll remove the check here and there. |
Is this needed? It seems getMaxTLSAlign() will return 0 in that case anyway.