We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7719cea commit 213b357Copy full SHA for 213b357
README.md
@@ -101,7 +101,7 @@ Each compiler stage lives in its own subdirectory with a dedicated README:
101
102
Additional documentation:
103
104
-* [LLVM IR Optimization](OPTIMIZATIONS.md) – explains our optimization pipeline, levels, and LLVM passes used.
+* [LLVM IR Optimization](OPTIMISATIONS.md) – explains our optimization pipeline, levels, and LLVM passes used.
105
* [Projects](PROJECTS.md) – analysis of large/complex Dana programs in `testing/extra-hard/`.
106
107
---
@@ -168,4 +168,4 @@ chmod +x llvm.sh
168
This downloads and configures LLVM 14.
169
If needed, adjust priorities to ensure `llvm-config` points to the correct version.
170
171
----
+---
0 commit comments