[llvm-commits] [llvm] r163216 - in /llvm/trunk/tools/lli: RecordingMemoryManager.cpp RecordingMemoryManager.h RemoteTarget.cpp RemoteTarget.h lli.cpp
NAKAMURA Takumi
geek4civic at gmail.com
Thu Sep 6 17:42:31 PDT 2012
Jim,
> Added: llvm/trunk/tools/lli/RemoteTarget.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/RemoteTarget.cpp?rev=163216&view=auto
> +#include <llvm/ADT/StringRef.h>
> +#include <llvm/Support/Memory.h>
> Added: llvm/trunk/tools/lli/RemoteTarget.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lli/RemoteTarget.h?rev=163216&view=auto
> +#include <llvm/ADT/StringRef.h>
> +#include <llvm/ADT/SmallVector.h>
> +#include <llvm/Support/Memory.h>
About #include <llvm/...>, are they intentional? I guessed they might
be exported outside the tree in future...
...Takumi
More information about the llvm-commits
mailing list