[llvm] [LLVM][TableGen] Fix Windows failure in DecoderEmitter (PR #136310)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 08:34:07 PDT 2025


jurahul wrote:

FYI, it hits this check in VC++ vector implementation:

```
        _STL_VERIFY(
            _Mycont->_Myfirst <= _Ptr && _Ptr < _Mycont->_Mylast, "can't dereference out of range vector iterator");
```

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


More information about the llvm-commits mailing list