[PATCH] [llgo] irgen, driver: modify Compiler.Compile to take a FileSet and Files

Peter Collingbourne peter at pcc.me.uk
Mon Dec 29 05:33:52 PST 2014


Hi axw,

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.

http://reviews.llvm.org/D6794

Files:
  CMakeLists.txt
  cmd/gllgo/gllgo.go
  driver/parser.go
  irgen/compiler.go
  irgen/parser.go

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6794.17669.patch
Type: text/x-patch
Size: 3801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141229/9774355b/attachment.bin>


More information about the llvm-commits mailing list