[llvm] [Offload] Use new error code handling mechanism (PR #139275)
Ross Brunton via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 07:40:58 PDT 2025
================
@@ -0,0 +1,51 @@
+//===- Auto-generated file, part of the LLVM/Offload project --------------===//
----------------
RossBrunton wrote:
This file is from a change that this PR depends on, #138258 .
But basically the reasoning is that a lot of liboffload consists of generated code that is committed into the repo. Since it uses the error codes, it makes sense for them to also be committed otherwise they could get out of sync if only one half gets regen-ed.
https://github.com/llvm/llvm-project/pull/139275
More information about the llvm-commits
mailing list