Skip to content

Commit 34e6d46

Browse files
author
git apple-llvm automerger
committed
Merge commit '913c5b4d1fff' from llvm.org/main into next
2 parents 65ae34c + 913c5b4 commit 34e6d46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/tools/driver/cc1as_main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,6 @@ static bool ExecuteAssemblerImpl(AssemblerInvocation &Opts,
592592
Triple T(Opts.Triple);
593593
Str.reset(TheTarget->createMCObjectStreamer(
594594
T, Ctx, std::move(MAB), std::move(OW), std::move(CE), *STI));
595-
Str->initSections(Opts.NoExecStack, *STI);
596595
if (T.isOSBinFormatMachO() && T.isOSDarwin()) {
597596
Triple *TVT = Opts.DarwinTargetVariantTriple
598597
? &*Opts.DarwinTargetVariantTriple

0 commit comments

Comments
 (0)