Author: Ayke van Laethem
Date: 2021-01-23T15:04:27+01:00
New Revision: 0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf
URL:
https://github.com/llvm/llvm-project/commit/0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf
DIFF:
https://github.com/llvm/llvm-project/commit/0057cc5a215e5a26cfbd7e1707b55bf05fa9b6bf.di
Author: Ayke van Laethem
Date: 2021-01-23T14:34:23+01:00
New Revision: 2325157c0568ffd16f3318ad54f947e4e2109ef6
URL:
https://github.com/llvm/llvm-project/commit/2325157c0568ffd16f3318ad54f947e4e2109ef6
DIFF:
https://github.com/llvm/llvm-project/commit/2325157c0568ffd16f3318ad54f947e4e2109ef6.di
Author: aykevl
Date: Sun Aug 18 08:40:39 2019
New Revision: 369210
URL: http://llvm.org/viewvc/llvm-project?rev=369210&view=rev
Log:
[bindings/go] Add ParseIR
This commit adds a single method to the Context object to parse a
textual IR file. This is useful for reading input IR in unit tests.
Dif