File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ symbols.
37
37
The ``warn-backrefs `` option provides information that helps identify cases
38
38
where LLD and GNU ld archive selection may differ.
39
39
40
- % ld.lld --warn-backrefs ... -lB -lA
41
- ld.lld: warning: backward reference detected: system in A.a(a.o) refers to B.a(b.o)
40
+ | % ld.lld --warn-backrefs ... -lB -lA
41
+ | ld.lld: warning: backward reference detected: system in A.a(a.o) refers to B.a(b.o)
42
42
43
- % ld.lld --warn-backrefs ... --start-lib B/b.o --end-lib --start-lib A/a.o --end-lib
44
- ld.lld: warning: backward reference detected: system in A/a.o refers to B/b.o
43
+ | % ld.lld --warn-backrefs ... --start-lib B/b.o --end-lib --start-lib A/a.o --end-lib
44
+ | ld.lld: warning: backward reference detected: system in A/a.o refers to B/b.o
45
45
46
46
# To suppress the warning, you can specify --warn-backrefs-exclude=<glob> to match B/b.o or B.a(b.o)
47
47
You can’t perform that action at this time.
0 commit comments