Skip to content

Commit c42b77d

Browse files
WIP MCCAS MaskRayFix, Replace isVirtualSection with isBssSection
1 parent 7f6672e commit c42b77d

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
@@ -2947,7 +2947,7 @@ Error MCCASBuilder::buildFragments() {
29472947
startGroup();
29482948

29492949
for (const MCSection &Sec : Asm) {
2950-
if (Sec.isVirtualSection())
2950+
if (Sec.isBssSection())
29512951
continue;
29522952

29532953
// Handle Debug Info sections separately.

0 commit comments

Comments
 (0)