commit | 9350942b20bf1e6e2b182159f5837ba209485972 | [log] [tgz] |
---|---|---|
author | Peter Collingbourne <[email protected]> | Wed Dec 31 00:25:32 2014 |
committer | Peter Collingbourne <[email protected]> | Wed Dec 31 00:25:32 2014 |
tree | 667c09eccb6f856dea1f5e9d640655faf15dbb82 | |
parent | bc405294f047be809dc58639ad4d4af692b8bfaa [diff] |
irgen, driver: modify Compiler.Compile to take a FileSet and Files This change allows clients to generate IR using "files" received from locations other than the file system. The regular file parser is moved to a new library, "driver", which is intended to eventually contain much of the logic from the existing driver. Differential Revision: http://reviews.llvm.org/D6794 llvm-svn: 225026