mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
Change the signature of `DWARFExpression::Evaluate` and `DWARFExpressionList::Evaluate` to return an `llvm::Expected` instead of a boolean. This eliminates the `Status` output parameter and generally improves error handling.