1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/lli
Davide Italiano cc1d7bf278 [tools] Unbreak the GCC build (workaround a GCC bug).
../tools/llvm-extract/llvm-extract.cpp: In function ‘int main(int, char**)’:
warning: ISO C++ forbids zero-size array ‘argv’ [-Wpedantic]

GCC reference bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61259

llvm-svn: 286396
2016-11-09 21:30:33 +00:00
..
ChildTarget [cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_executable. 2016-07-10 02:43:50 +00:00
CMakeLists.txt [cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_executable. 2016-07-10 02:43:50 +00:00
lli.cpp [tools] Unbreak the GCC build (workaround a GCC bug). 2016-11-09 21:30:33 +00:00
LLVMBuild.txt
OrcLazyJIT.cpp [lli] Don't strip away const qualifier. Unbreak the gcc6 build. 2016-10-31 16:21:48 +00:00
OrcLazyJIT.h [lli] Pass command line arguments in to the orc-lazy JIT. 2016-10-28 16:52:34 +00:00
RemoteJITUtils.h [ORC] Rename RPCChannel to RPCByteChannel. NFC. 2016-09-11 18:41:05 +00:00