summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-29 23:58:57 +0800
committerruki <[email protected]>2023-11-29 23:58:57 +0800
commit63b65a04eaf42b2bed81eefcc03fa519066e8896 (patch)
treed5fd12f63d83af8c627cd2cf9d42c1cbb89314a3
parenteb24a8f8dc6a9347b6af83d1edb7beece17d2956 (diff)
update comment
-rw-r--r--xmake/modules/core/tools/armlink.lua1
1 files changed, 1 insertions, 0 deletions
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