[llvm-commits] [llvm] r84509 - in /llvm/trunk/lib/Target: ARM/AsmPrinter/ARMAsmPrinter.cpp PowerPC/AsmPrinter/PPCAsmPrinter.cpp X86/AsmPrinter/X86AsmPrinter.cpp
Daniel Dunbar
daniel at zuster.org
Mon Oct 19 14:13:52 PDT 2009
On Mon, Oct 19, 2009 at 11:03 AM, Chris Lattner <sabre at nondot.org> wrote:
> ==============================================================================
> --- llvm/trunk/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp (original)
> +++ llvm/trunk/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp Mon Oct 19 13:03:08 2009
> @@ -870,7 +870,9 @@
> // implementation of multiple entry points). If this doesn't occur, the
> // linker can safely perform dead code stripping. Since LLVM never
> // generates code that does this, it is always safe to set.
> - O << "\t.subsections_via_symbols\n";
> + //O << "\t.subsections_via_symbols\n";
> +
Was this left intentionally?
- Daniel
More information about the llvm-commits
mailing list