summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/example/mcc16/driver
Commit message (Collapse)AuthorAgeFilesLines
* llvmc: Update examples.Mikhail Glushenkov2010-08-192-67/+0
| | | | llvm-svn: 111553
* Fixed build error for redefinition.Sanjiv Gupta2010-02-081-2/+0
| | | | llvm-svn: 95532
* Add uppercase and lowercase part defines in driver.Sanjiv Gupta2010-02-081-3/+9
| | | | | | | Use a temp dir with a unique name in the current dir itself. Use forward_value instead of unpack_values. llvm-svn: 95530
* Added more options to mcc16 driver.Sanjiv Gupta2009-10-211-0/+13
| | | | llvm-svn: 84752
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-131-1/+0
| | | | | | link libstd.so with llvm-ld by default with all the programs user is trying to build. llvm-svn: 75460
* Erase the temp dir before starting.Sanjiv Gupta2009-07-111-0/+7
| | | | llvm-svn: 75367
* We don't need to set SaveTemps here.Mikhail Glushenkov2009-07-091-1/+0
| | | | | | '--temp-dir' always overrides 'save-temps'. llvm-svn: 75165
* Adjust comment.Mikhail Glushenkov2009-07-091-2/+2
| | | | llvm-svn: 75164
* By default -t is always on for mcc16 and it uses ./tmp-objs as the temp ↵Sanjiv Gupta2009-07-091-1/+2
| | | | | | directory. llvm-svn: 75155
* Show how to modify built-in options.Mikhail Glushenkov2009-07-071-2/+19
| | | | | | | Sanjiv complained about the need to maintain local changes to lib/CompilerDriver. llvm-svn: 74912
* Remove duplication.Mikhail Glushenkov2009-06-251-41/+1
| | | | | | Factor out common preprocessor-related bits to Makefile.rules. llvm-svn: 74153
* Temporary copy-pasto to make examples compile.Mikhail Glushenkov2009-06-231-4/+35
| | | | llvm-svn: 74001
* A basic PIC16 toolchain driver.Mikhail Glushenkov2009-06-072-0/+36
Nice addition to the examples and also a starting point for Sanjiv to work on. llvm-svn: 73013
OpenPOWER on IntegriCloud