[PATCH] D146987: [Assignment Tracking] Enable by default
Paul Kirth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 19 10:45:22 PDT 2023
paulkirth added a comment.
I think we may have an issue due to this. I'm basing that on the blamelist, but I'm still bisecting our build, which may take some time to confirm. Can you take a look, and revert if it's not a quick fix?
FAILED: obj/third_party/mesa/src/compiler/nir/nir.nir_opt_uniform_atomics.c.o
../../../recipe_cleanup/clanghgeznbv_/bin/clang -MD -MF obj/third_party/mesa/src/compiler/nir/nir.nir_opt_uniform_atomics.c.o.d -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -DNDEBUG=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -DSTDC_HEADERS=1 -DHAVE_ENDIAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAV...
clang: llvm/lib/IR/IntrinsicInst.cpp:140: void llvm::DbgVariableIntrinsic::replaceVariableLocationOp(Value *, Value *): Assertion `DbgAssignAddrReplaced && "OldValue must be dbg.assign addr if unused in DIArgList"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0. Program arguments: ../../../recipe_cleanup/clanghgeznbv_/bin/clang -MD -MF obj/third_party/mesa/src/compiler/nir/nir.nir_opt_uniform_atomics.c.o.d -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES -DNDEBUG=1 -D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS=1 -DSTDC_HEADERS=1 -DHAVE_ENDIAN_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -...
1. <eof> parser at end of file
2. Optimizer
#0 0x00005588b5bbe168 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (../../../recipe_cleanup/clanghgeznbv_/bin/clang+0x7fc2168)
clang: error: clang frontend command failed with exit code 134 (use -v to see invocation)
Fuchsia clang version 17.0.0 (https://llvm.googlesource.com/llvm-project 4bb64daf34aa3463786f531b5b42d13ab5f47869)
Target: x86_64-unknown-fuchsia
Thread model: posix
InstalledDir: ../../../recipe_cleanup/clanghgeznbv_/bin
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: clang-crashreports/nir_opt_uniform_atomics-73fdef.c
clang: note: diagnostic msg: clang-crashreports/nir_opt_uniform_atomics-73fdef.sh
clang: note: diagnostic msg:
********************
Bot: https://ci.chromium.org/ui/p/fuchsia/builders/ci/clang_toolchain.ci.core.x64-release/b8783373381569070049/overview
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146987/new/
https://reviews.llvm.org/D146987
More information about the cfe-commits
mailing list