This errors, but doesn't give source location. We'd need to pass
the Record through several layers to get to the location.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Any TableGen backend error that's a real message and not an assertion failure with a backtrace is a win in my books :)
clang/utils/TableGen/RISCVVEmitter.cpp | ||
---|---|---|
628 | Hm, if this is the actual parser then these should also be PrintFatalError (another instance earlier in the function, and one in applyBasicType)? |
Hm, if this is the actual parser then these should also be PrintFatalError (another instance earlier in the function, and one in applyBasicType)?