llvm-beanz wrote: > looks fine. Curious, why is this extra RUN: line added? Doesn't the other one > already contain the same parameters `-ast-dump -o - %s | FileCheck %s` ? > > RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -ast-dump -o - %s | > FileCheck %s
The diff is a bit awkward to read, but the second run line adds `-std=hlsl202x` to explicitly run under 202x, which (before this change) treated narrowing conversion in initializer lists as an error. https://github.com/llvm/llvm-project/pull/108035 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits