diff options
author | Ayke van Laethem <[email protected]> | 2023-09-18 17:54:29 +0200 |
---|---|---|
committer | Ayke <[email protected]> | 2023-10-01 18:32:15 +0200 |
commit | 1da1abe3147796aa56a5486ed6f07afdd88d8234 (patch) | |
tree | 256e56c96855bb27e67834a9586bac510ccff910 /targets | |
parent | c9721197d5adb70a5086ecd320a1e3745bcaacc7 (diff) | |
download | tinygo-1da1abe3147796aa56a5486ed6f07afdd88d8234.tar.gz tinygo-1da1abe3147796aa56a5486ed6f07afdd88d8234.zip |
all: remove LLVM 14 support
This is a big change: apart from removing LLVM 14 it also removes typed
pointer support (which was only fully supported in LLVM up to version
14). This removes about 200 lines of code, but more importantly removes
a ton of special cases for LLVM 14.
Diffstat (limited to 'targets')
-rw-r--r-- | targets/avrtiny.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/targets/avrtiny.S b/targets/avrtiny.S index 75f0c604f..6b1a195cf 100644 --- a/targets/avrtiny.S +++ b/targets/avrtiny.S @@ -1,4 +1,3 @@ -; TODO: remove these in LLVM 15 #define __tmp_reg__ r16 #define __zero_reg__ r17 |