mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
This fixes the following assertion: "Cannot create Expected<T> from Error success value." The problem was that GetFrameBaseValue return false without updating the Status argument. This patch eliminates the opportunity for mistakes by returning an llvm:Error.