[LLVMdev] [llvm] r170280 - /llvm/trunk/lib/MC/MCPureStreamer.cpp

Reed Kotler rkotler at mips.com
Sat Dec 15 22:00:15 PST 2012


How did I break the build?

I had a totally clean svn updated to the latest and did a build and make 
check and ran the test-suite.

On 12/15/2012 08:23 PM, NAKAMURA Takumi wrote:
> Author: chapuni
> Date: Sat Dec 15 22:23:20 2012
> New Revision: 170280
>
> URL: http://llvm.org/viewvc/llvm-project?rev=170280&view=rev
> Log:
> MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().
>
> Modified:
>      llvm/trunk/lib/MC/MCPureStreamer.cpp
>
> Modified: llvm/trunk/lib/MC/MCPureStreamer.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCPureStreamer.cpp?rev=170280&r1=170279&r2=170280&view=diff
> ==============================================================================
> --- llvm/trunk/lib/MC/MCPureStreamer.cpp (original)
> +++ llvm/trunk/lib/MC/MCPureStreamer.cpp Sat Dec 15 22:23:20 2012
> @@ -37,7 +37,6 @@
>
>     virtual void InitSections();
>     virtual void EmitLabel(MCSymbol *Symbol);
> -  virtual void EmitDebugLabel(MCSymbol *Symbol);
>     virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
>                               uint64_t Size = 0, unsigned ByteAlignment = 0);
>     virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
>




More information about the llvm-dev mailing list