From 862afea91e8e5ff21f7ae998e80b7d85935fc15c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 22 Aug 2007 18:44:05 +0000 Subject: Add the PCSymbol for Darwin x86 platforms. llvm-svn: 41284 --- llvm/lib/Target/X86/X86TargetAsmInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib') diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index a00d616ca5f..07a1a197f3a 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp @@ -71,6 +71,7 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) { InlineAsmStart = "# InlineAsm Start"; InlineAsmEnd = "# InlineAsm End"; SetDirective = "\t.set"; + PCSymbol = "."; UsedDirective = "\t.no_dead_strip\t"; WeakRefDirective = "\t.weak_reference\t"; HiddenDirective = "\t.private_extern\t"; -- cgit v1.2.3