Skip to content

Commit 3891c8d

Browse files
committed
[MC] Remove comment no longer useful
Remove a comment block regarding IAS. The comment is out of sync with the current status and I don't think such a comment block is necessary anymore. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D158944
1 parent b6bab6d commit 3891c8d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

llvm/lib/MC/MCAsmInfo.cpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ MCAsmInfo::MCAsmInfo() {
6464
SupportsExtendedDwarfLocDirective = DwarfExtendedLoc == Enable;
6565
if (UseLEB128Directives != cl::BOU_UNSET)
6666
HasLEB128Directives = UseLEB128Directives == cl::BOU_TRUE;
67-
68-
// FIXME: Clang's logic should be synced with the logic used to initialize
69-
// this member and the two implementations should be merged.
70-
// For reference:
71-
// - Solaris always enables the integrated assembler by default
72-
// - SparcELFMCAsmInfo and X86ELFMCAsmInfo are handling this case
73-
// - Windows always enables the integrated assembler by default
74-
// - MCAsmInfoCOFF is handling this case, should it be MCAsmInfoMicrosoft?
75-
// - MachO targets always enables the integrated assembler by default
76-
// - MCAsmInfoDarwin is handling this case
77-
// - Generic_GCC toolchains enable the integrated assembler on a per
78-
// architecture basis.
79-
// - The target subclasses for AArch64, ARM, and X86 handle these cases
8067
UseIntegratedAssembler = true;
8168
ParseInlineAsmUsingAsmParser = false;
8269
PreserveAsmComments = true;

0 commit comments

Comments
 (0)