[all-commits] [llvm/llvm-project] 6a1287: [SystemZ][z/OS] Fix return values in AutoConversio...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Wed May 5 06:43:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a12875046fd8c3e9f67482803a9f0f7b39dcfa6
https://github.com/llvm/llvm-project/commit/6a12875046fd8c3e9f67482803a9f0f7b39dcfa6
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M llvm/lib/Support/AutoConvert.cpp
Log Message:
-----------
[SystemZ][z/OS] Fix return values in AutoConversion functions
My previous patch https://reviews.llvm.org/rG1527a5e4b4834e65678f9c30f786a2f4c17932bf incorrectly set int return values instead of std::error_code. This patch correctly returns and std::error_code value.
Reviewed By: fanbo-meng, Jonathan.Crowther
Differential Revision: https://reviews.llvm.org/D101904
More information about the All-commits
mailing list