diff options
Diffstat (limited to 'llvm/tools/llvm-mc/llvm-mc.cpp')
-rw-r--r-- | llvm/tools/llvm-mc/llvm-mc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-mc/llvm-mc.cpp b/llvm/tools/llvm-mc/llvm-mc.cpp index 745a64d62ab..1d797521965 100644 --- a/llvm/tools/llvm-mc/llvm-mc.cpp +++ b/llvm/tools/llvm-mc/llvm-mc.cpp @@ -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)); |