[llvm-commits] [lld] r153912 - in /lld/trunk: include/lld/Core/AbsoluteAtom.h include/lld/Core/Atom.h include/lld/Core/DefinedAtom.h include/lld/Core/SharedLibraryAtom.h include/lld/Core/UndefinedAtom.h lib/Core/Resolver.cpp lib/Core/SymbolTable.cpp lib/Passes/GOTPass.cpp lib/Passes/StubsPass.cpp
Chris Lattner
clattner at apple.com
Tue Apr 3 16:13:07 PDT 2012
On Apr 2, 2012, at 4:56 PM, Michael J. Spencer wrote:
> Author: mspencer
> Date: Mon Apr 2 18:56:36 2012
> New Revision: 153912
>
> URL: http://llvm.org/viewvc/llvm-project?rev=153912&view=rev
> Log:
> Use the LLVM RTTI library.
It's probably worth adding an equivalent to clang/include/clang/Basic/LLVM.h to lld, so that you don't have to llvm:: qualify stuff like this.
-Chris
More information about the llvm-commits
mailing list