mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Prior to this patch, the function returned an exit status, sometimes a ValueObject with an error and a Status object. This patch removes the Status object and ensures the error is consistently returned as the error of the ValueObject.