commit | 5cf2e553e3a6376051ae18f4eccd605a5703b8cd | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Wed Dec 03 11:01:37 2008 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Wed Dec 03 11:01:37 2008 +0000 |
tree | 82375a0ebe1f6f414cee46cf8eb7e9453c21f896 | |
parent | 8b561f601195e6a679af767d8403230b50679cf8 [diff] [blame] |
Fix bug 3140. Print a single parameter .file directive if we have an ELF target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60480 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index f8642b2..4151064 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -37,6 +37,7 @@ StaticCtorsSection = ".mod_init_func"; StaticDtorsSection = ".mod_term_func"; } + HasSingleParameterDotFile = false; SwitchToSectionDirective = "\t.section "; UsedDirective = "\t.no_dead_strip\t"; WeakDefDirective = "\t.weak_definition ";