llvm-6502/tools/lli
Daniel Sanders 7f5b833aa3 Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC.
Summary:
This continues the patch series to eliminate StringRef forms of GNU triples
from the internals of LLVM that began in r239036.

Reviewers: rengolin

Reviewed By: rengolin

Subscribers: llvm-commits, rengolin

Differential Revision: http://reviews.llvm.org/D10381


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239815 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-16 13:15:50 +00:00
..
ChildTarget Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function. 2014-12-12 11:07:51 +00:00
Unix
Windows
CMakeLists.txt add missing dependency on Target lib for tools 2015-06-03 19:07:51 +00:00
lli.cpp [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT. 2015-06-09 02:43:27 +00:00
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
Makefile Fix lli after the DebugInfo move. 2015-01-30 18:42:03 +00:00
OrcLazyJIT.cpp Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTriple(). NFC. 2015-06-16 13:15:50 +00:00
OrcLazyJIT.h [Orc] Tidy up initialization based on review feedback for r239561 from dblaikie. 2015-06-12 23:13:06 +00:00
RemoteMemoryManager.cpp Purge unused includes throughout libSupport. 2015-03-23 18:07:13 +00:00
RemoteMemoryManager.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
RemoteTarget.cpp
RemoteTarget.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RemoteTargetExternal.cpp
RemoteTargetExternal.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
RemoteTargetMessage.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
RPCChannel.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00