1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/tools/llvmc
Reid Spencer 6e7a5dc434 Initial commit of a configuration file for compiling C++ programs with
the file name pattern *.cpp

llvm-svn: 16117
2004-08-30 06:32:24 +00:00
..
CompilerDriver.cpp Implement the "setIncludePaths" and "setSymbolDefines" interface methods. 2004-08-30 06:29:06 +00:00
CompilerDriver.h Implement the "setIncludePaths" and "setSymbolDefines" interface methods. 2004-08-30 06:29:06 +00:00
ConfigLexer.h Implement the "setIncludePaths" and "setSymbolDefines" interface methods. 2004-08-30 06:29:06 +00:00
ConfigLexer.l Implement the "setIncludePaths" and "setSymbolDefines" interface methods. 2004-08-30 06:29:06 +00:00
Configuration.cpp Implement the "setIncludePaths" and "setSymbolDefines" interface methods. 2004-08-30 06:29:06 +00:00
Configuration.h Convert llvmc to use the lib/System interface instead of directly 2004-08-29 19:26:56 +00:00
cpp Initial commit of a configuration file for compiling C++ programs with 2004-08-30 06:32:24 +00:00
LICENSE.TXT License file for llvmc. 2004-08-25 00:41:06 +00:00
ll Adjustments for changes in the configuration language. 2004-08-24 14:24:14 +00:00
llvmc.cpp Pass lists of -I and -D options through to the Compiler Driver. 2004-08-30 06:27:32 +00:00
Makefile Convert llvmc to use the lib/System interface instead of directly 2004-08-29 19:26:56 +00:00
st Convert llvmc to use the lib/System interface instead of directly 2004-08-29 19:26:56 +00:00