Details
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
|---|---|---|
| 1861 | how about the Kind.isBSSExternal() ?  | |
| llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
|---|---|---|
| 1861 | I read the code again, the Kind.isBSS() include the BSSExternal  | |
| llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
|---|---|---|
| 1861 | The BSSLocal will be put in the .bss section. Here I think it maybe better(more clear) to change to  keep current code, it is OK, for the code in the line 1842 , it deal with the  Kind.isBSSLocal() first before it go to line 1861.  | |
how about the Kind.isBSSExternal() ?