[llvm-commits] [llvm] r71827 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfException.cpp DwarfException.h DwarfWriter.cpp
Mike Stump
mrs at apple.com
Thu May 14 18:22:24 PDT 2009
On May 14, 2009, at 6:12 PM, Bill Wendling wrote:
> Author: void
> Date: Thu May 14 20:12:28 2009
> New Revision: 71827
>
> URL: http://llvm.org/viewvc/llvm-project?rev=71827&view=rev
> Log:
> Split out the DwarfException class into its own file. No
> functionality change,
> though the classes have been marked with "VISIBILITY_HIDDEN".
If the code can tolerate being in a namespace { }, that is the other
way to fix it.
More information about the llvm-commits
mailing list