farzonl wrote:

> @farzonl This broke the build with expensive checks:
> 
> ```
> $ cmake -G Ninja -S llvm -B build \
>   -DCMAKE_BUILD_TYPE=Release \
>   -DLLVM_ENABLE_ASSERTIONS=ON \
>   -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON \
>   -DLLVM_TARGETS_TO_BUILD="DirectX" \
>   -DLLVM_OPTIMIZED_TABLEGEN=ON
> 
> $ ninja -C build check-llvm-codegen-directx
> 
> ...
> 
> Failed Tests (7):
>   LLVM :: CodeGen/DirectX/DebugInfo/dbg-assign.ll
>   LLVM :: CodeGen/DirectX/DebugInfo/dbg-declare-undef.ll
>   LLVM :: CodeGen/DirectX/DebugInfo/dbg-value-arglist.ll
>   LLVM :: CodeGen/DirectX/DebugInfo/dbg-value.ll
>   LLVM :: CodeGen/DirectX/DebugInfo/debug-info.ll
>   LLVM :: CodeGen/DirectX/DebugInfo/di-label.ll
>   LLVM :: CodeGen/DirectX/debug-info.ll
> ```

I have a fix coming in the next hour or so.

https://github.com/llvm/llvm-project/pull/214066
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to