<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/toolchains, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/toolchains?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/toolchains?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-05-30T00:23:30Z</updated>
<entry>
<title>add gcc-16 toolchain</title>
<updated>2026-05-30T00:23:30Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-30T00:23:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c2dd4195391125636743b9ebb70a794349a6f7ce'/>
<id>urn:sha1:c2dd4195391125636743b9ebb70a794349a6f7ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7535 from xmake-io/ascend</title>
<updated>2026-05-11T05:57:30Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-11T05:57:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fe5d4800ea9c524c06cc54c52afa3955da2612f1'/>
<id>urn:sha1:fe5d4800ea9c524c06cc54c52afa3955da2612f1</id>
<content type='text'>
Add Huawei Ascend C toolchain support</content>
</entry>
<entry>
<title>fix(ascendc): align flags with Bisheng compiler user guide</title>
<updated>2026-05-11T05:34:49Z</updated>
<author>
<name>wuzhenqing</name>
<email>wuzhenqing@stu.hit.edu.cn</email>
</author>
<published>2026-05-11T05:34:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=89a6dea5db86d91f241ab992d12ac75baca460c7'/>
<id>urn:sha1:89a6dea5db86d91f241ab992d12ac75baca460c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve to find ascend</title>
<updated>2026-05-09T15:08:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-09T15:08:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=1944d222ae4315762e6a920f021f586324095d9d'/>
<id>urn:sha1:1944d222ae4315762e6a920f021f586324095d9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #7524 from xmake-io/clangcl</title>
<updated>2026-05-07T08:02:10Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-07T08:02:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=8e6ff95b036843f957a144526c5f348043b3873c'/>
<id>urn:sha1:8e6ff95b036843f957a144526c5f348043b3873c</id>
<content type='text'>
add lld-link config</content>
</entry>
<entry>
<title>Fix zig cc runtime (-stdlib) flag</title>
<updated>2026-05-05T03:30:55Z</updated>
<author>
<name>Tiangang Song</name>
<email>git.t@whumail.com</email>
</author>
<published>2026-05-03T18:38:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=931fce9c311f25aca6091d226b48f72b1dc548c9'/>
<id>urn:sha1:931fce9c311f25aca6091d226b48f72b1dc548c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve llvm clang-cl</title>
<updated>2026-05-04T16:43:34Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-04T16:43:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=cab62b5127ab2e8802311a716897f2950196c8cc'/>
<id>urn:sha1:cab62b5127ab2e8802311a716897f2950196c8cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ascendc): add Huawei Ascend C toolchain support</title>
<updated>2026-05-04T11:18:09Z</updated>
<author>
<name>wuzhenqing</name>
<email>wuzhenqing@stu.hit.edu.cn</email>
</author>
<published>2026-05-04T11:15:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d'/>
<id>urn:sha1:fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d</id>
<content type='text'>
Add toolchain, language, rules, and compiler modules for the
bisheng compiler driver from CANN (Compute Architecture for
Neural Networks) toolkit. Supports .asc (Ascend C kernel) and
.aicpu (AI-CPU operator) source kinds with binary/static/shared
target types.

- Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk
- Compiler: bisheng module inherits from clang, adds add_sourceflags
  for explicit sourcekind overrides
- Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build
- Language: check_main detection, add_ascnpuarchs API
- Tests: unit tests for check_main, project tests for libs/mixed

Fixes #7506
</content>
</entry>
<entry>
<title>add lld-link config</title>
<updated>2026-05-03T13:40:21Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-03T13:40:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fe774e866ca375b652934067f5c144e00f16484e'/>
<id>urn:sha1:fe774e866ca375b652934067f5c144e00f16484e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor safety test and toolchain configuration for filc: streamline function pointer test and enhance toolset definitions</title>
<updated>2026-04-03T09:05:55Z</updated>
<author>
<name>Saikari</name>
<email>lin@sz.cn.eu.org</email>
</author>
<published>2026-04-03T09:05:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=03761ed3cde38efa84bd7f170415ad83bf9d2787'/>
<id>urn:sha1:03761ed3cde38efa84bd7f170415ad83bf9d2787</id>
<content type='text'>
</content>
</entry>
</feed>
