diff options
| author | 2022-08-24 07:40:13 +0200 | |
|---|---|---|
| committer | 2022-08-24 07:40:13 +0200 | |
| commit | fa541d48d80d99d78e2ff41b0bea66d8a92c9bd6 (patch) | |
| tree | 02269a4050b1000a19ef25aec1985c034988dfd1 /src/cffc.hff | |
| parent | d5c61681198527d70bc95f8ed10f19e881ac51b3 (diff) | |
send target triple to llvm
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff index 21418b9..a4099e7 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -363,6 +363,7 @@ struct Targ { shortenum bool, B *Backend, + triple *const u8, } // parse.cff |