summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-07 21:48:58 +0800
committerGitHub <[email protected]>2022-01-07 21:48:58 +0800
commit187da27473c69bd9d7b0009d8d689ec924f16dfb (patch)
tree4da5b4e5a61415b719bf67097db9f74a25cda270
parent28fe6eb7c1c68217c2df5d9ee3b818839743e3cc (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5978f6445..952094f40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
### Changes
* [#1923](https://github.com/xmake-io/xmake/issues/1923): Improve to build linux driver, support set custom linux-headers path
+* [#1962](https://github.com/xmake-io/xmake/issues/1962): Improve armclang toolchain to support to build asm
### Bugs fixed
@@ -1191,6 +1192,7 @@
### 改进
* [#1923](https://github.com/xmake-io/xmake/issues/1923): 改进构建 linux 驱动,支持设置自定义 linux-headers 路径
+* [#1962](https://github.com/xmake-io/xmake/issues/1962): 改进 armclang 工具链去支持构建 asm
### Bugs 修复