Skip to content

Commit bf6d1a4

Browse files
committed
docs(plan): replace a machine-local path with a placeholder
A path under a developer home directory identifies a person and belongs in neither a document nor a diagnostic quoted in one.
1 parent aae45cc commit bf6d1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/docs/2026-08-23-target-side-resolution-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ picolibc 一类走的是 freestanding 分支(`isFreestandingTarget` 提前短路
362362
⚠️ 但测量发现一处**惰性**残留。链接线上有载荷侧的贡献:
363363
364364
```
365-
unit_ldflags = -nostdlib++ -Wl,-rpath,/home/speak/.mcpp/registry/subos/default/lib …
365+
unit_ldflags = -nostdlib++ -Wl,-rpath,<mcpp-home>/registry/subos/default/lib …
366366
```
367367
368368
而**实测**该 rpath **没有落进产物**(`readelf -d` 报「There is no dynamic section」)。原因是

0 commit comments

Comments
 (0)