aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Linker.ml
Commit message (Collapse)AuthorAgeFilesLines
* Added braces back. Bug 19197Bernhard Schommer2016-06-241-16/+16
|
* Moved assembler and linker into own files.Bernhard Schommer2016-06-241-0/+81
The function to call the assembler and the linker are now in own files like the preprocessor. Bug 19197