Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.cpp
index 414782ee4db8c7062dd0103befc68e66b8cac47b..05cf2bfdaba6a612c84ec1e1c0f347bcf36d6110 100644 (file)
@@ -70,6 +70,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
     }
     PersonalityPrefix = "L";
     PersonalitySuffix = "$non_lazy_ptr";
+    NeedsIndirectEncoding = true;
     InlineAsmStart = "# InlineAsm Start";
     InlineAsmEnd = "# InlineAsm End";
     SetDirective = "\t.set";