summaryrefslogtreecommitdiffstats
path: root/docs/design
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/ir-instruction-definition.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design/ir-instruction-definition.md b/docs/design/ir-instruction-definition.md
index ecbbe9be3..b01f59ac7 100644
--- a/docs/design/ir-instruction-definition.md
+++ b/docs/design/ir-instruction-definition.md
@@ -95,7 +95,9 @@ To add a new IR instruction:
- Run the validation script:
+ **Note**: Skip make command if lua is already built.
```bash
+ make -C external/lua MYCFLAGS="-DLUA_USE_POSIX" MYLIBS=""
./external/lua/lua extras/check-ir-stable-names.lua update
```
@@ -285,7 +287,9 @@ The traversal:
**Stable name validation failures**: Run the update script and commit the changes:
+**Note**: Skip make command if lua is already built.
```bash
+make -C external/lua MYCFLAGS="-DLUA_USE_POSIX" MYLIBS=""
./external/lua/lua extras/check-ir-stable-names.lua update
```