ir,build: pragma support (#97)

Adds support for arbitrary compiler directives.

Fixes #15
This commit is contained in:
Michael McLoughlin
2019-09-16 11:01:48 -07:00
committed by GitHub
parent 0bcbe82731
commit c8004ba627
14 changed files with 161 additions and 1 deletions

2
examples/pragma/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package pragma demonstrates the use of compiler directives.
package pragma