]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testsanitizers: disable location checking for clang
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 8 Feb 2024 15:59:07 +0000 (15:59 +0000)
committerMichael Knyszek <mknyszek@google.com>
Fri, 9 Feb 2024 20:00:56 +0000 (20:00 +0000)
commitd94ab597af9b3f8e8ba371023314d80f6b3be5a5
treec8a486add2564e45c436a88ae1d5bb3e8a536693
parentb158ca9ae35fd98e383411633469819fdbc65eca
cmd/cgo/internal/testsanitizers: disable location checking for clang

Pending a resolution to #65606, this CL marks clang's ASAN runtime as
unable to symbolize stack traces to unblock the LUCI clang builder.

For #65606.
Fixes #65469.

Change-Id: I649773085aff30e5703e7f7ac2c72a0430a015c2
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-clang15
Reviewed-on: https://go-review.googlesource.com/c/go/+/562675
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/cgo/internal/testsanitizers/cc_test.go