[all-commits] [llvm/llvm-project] 6bdf35: [Binary] Remove OffloadBinary from the Objects enu...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jun 2 06:42:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bdf352ed8fc5926e0f86fd6aa6b82300a4abc1c
https://github.com/llvm/llvm-project/commit/6bdf352ed8fc5926e0f86fd6aa6b82300a4abc1c
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
M llvm/include/llvm/Object/Binary.h
Log Message:
-----------
[Binary] Remove OffloadBinary from the Objects enumeration
Summary:
We use the beginning and end of this enumeration to determine what is
and isn't an object format. The enumeration for the OffloadBinary was
put here by mistake which led to it being mistakenly classified as an
Object file.
More information about the All-commits
mailing list