Issue 90044
Summary [LLD] -Ttext-segment is not supported
Labels lld
Assignees
Reporter tannal
    When building box64 with ninja. ld is a symbol linking to lld.
```bash
cc -Wl,-Ttext-segment,0x34800000 ...
```

ld: error: -Ttext-segment is not supported. Use --image-base if you intend to set the base address
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to