delve: add linux-riscv64 support (#3785)

This commit is contained in:
lrzlin
2024-10-12 03:34:25 +08:00
committed by GitHub
parent abc948b0ae
commit 75c41f2b64
36 changed files with 5462 additions and 50 deletions

View File

@ -112,7 +112,7 @@ This option can only be specified if testset is basic or a single package.`)
test.PersistentFlags().StringVarP(&TestBuildMode, "test-build-mode", "m", "", `Runs tests compiling with the specified build mode, one of either:
normal normal buildmode (default)
pie PIE buildmode
This option can only be specified if testset is basic or a single package.`)
test.PersistentFlags().BoolVarP(&TestIncludePIE, "pie", "", true, "Standard testing should include PIE")