From 63b65a04eaf42b2bed81eefcc03fa519066e8896 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 Nov 2023 23:58:57 +0800 Subject: update comment --- xmake/modules/core/tools/armlink.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/core/tools/armlink.lua b/xmake/modules/core/tools/armlink.lua index 32b87ad35..36bc48a58 100644 --- a/xmake/modules/core/tools/armlink.lua +++ b/xmake/modules/core/tools/armlink.lua @@ -124,6 +124,7 @@ function link(self, objectfiles, targetkind, targetfile, flags) end -- show echo output? e.g. --map data + -- @see https://github.com/xmake-io/xmake/issues/4420 if ok and outdata and #outdata > 0 and option.get("diagnosis") then print(outdata) end -- cgit v1.3.1