commit | 5d6554255b5a7b71213129fafb7b6e6b5344acdf | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 01 21:14:30 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 01 21:14:30 2009 +0000 |
tree | 3a5d0fc6e0fc862feb4e7864909feadd30e9e0b8 | |
parent | 968ff1196768c0b6dbcc5508025a2923bfa73fab [diff] [blame] |
update for API change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77804 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index 745a64d..1d79752 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp
@@ -192,6 +192,7 @@ // 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));