Skip to content

Commit 0ee0638

Browse files
Change isVirtualSection to isBssSection
1 parent d2de518 commit 0ee0638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MCCAS/MCCASObjectV1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3002,7 +3002,7 @@ Error MCCASBuilder::buildFragments() {
30023002
startGroup();
30033003

30043004
for (const MCSection &Sec : Asm) {
3005-
if (Sec.isVirtualSection())
3005+
if (Sec.isBssSection())
30063006
continue;
30073007

30083008
// Handle Debug Info sections separately.

0 commit comments

Comments
 (0)