Skip to content

Commit eea2802

Browse files
david-salinasDavid Salinas
authored andcommitted
Extend LLVM Offloading API for binary fatbin Bundles
With the intention to provide a common API for offloading, this extension to the existing LLVM Offloading API adds support for Binary Fatbin Bundles; moving some support from the Clang offloading API. The intention is to add functionality to LLVM tooling for Binary Fatbin Bundles in subsequent commits. Change-Id: I907fdcbcd0545162a0ce1cf17ebf7c9f3a4dbde6
1 parent b6e9520 commit eea2802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Object/OffloadBinary.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "llvm/Object/Archive.h"
1919
#include "llvm/Object/ArchiveWriter.h"
2020
#include "llvm/Object/Binary.h"
21+
#include "llvm/BinaryFormat/COFF.h"
2122
#include "llvm/Object/COFF.h"
2223
#include "llvm/Object/ELFObjectFile.h"
2324
#include "llvm/Object/Error.h"

0 commit comments

Comments
 (0)