llvm-6502/lib/ExecutionEngine
Dan Gohman 1eac4e0844 Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string
warning. There wasn't actually a problem here, because the contents of
the string are known.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54385 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-05 23:36:35 +00:00
..
Interpreter Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string 2008-08-05 23:36:35 +00:00
JIT Trim #includes. 2008-08-05 15:32:23 +00:00
ExecutionEngine.cpp Don't forget to initialize SymbolSearchingDisabled. 2008-06-17 16:49:02 +00:00
ExecutionEngineBindings.cpp Add C binding for ExecutionEngine::addGlobalMapping. 2008-06-20 02:16:11 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00