update for API change.
[oota-llvm.git] / tools / llvm-mc / llvm-mc.cpp
index 745a64d62ab361f1a995366c7bf48937aa5b0857..1d7975219658e448fa6548f024ea4e1cb3626249 100644 (file)
@@ -192,6 +192,7 @@ static int AssembleInput(const char *ProgName) {
   // FIXME: Target hook & command line option for initial section.
   Str.get()->SwitchSection(MCSection::Create("__TEXT,__text,"
                                              "regular,pure_instructions",
+                                             false,
                                             SectionKind::get(SectionKind::Text),
                                              Ctx));