[clang] [clang] [CodeGen] fix crash when Ty isDependentType in CodeGenFunction::EmitAutoVarAlloca (PR #135643)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 14 10:20:11 PDT 2025


MacroModel wrote:

I encountered this problem when compiling my own project.
```bash
git clone https://github.com/MacroModel/uwvm2.git --depth=1
cd uwvm2
xmake f -m debug --use-llvm=y
xmake -v
```

https://github.com/llvm/llvm-project/pull/135643


More information about the cfe-commits mailing list