Fix offload binary header (#194335)

Fixes #194331
This commit is contained in:
Iasonaskrpr
2026-04-28 00:16:38 +03:00
committed by GitHub
parent 464555d092
commit 8e8bb22a35
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
//===--- Offloading.h - Utilities for handling offloading code -*- C++ -*-===//
//===- OffloadBinary.h - Utilities for handling offloading code -----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.

View File

@@ -1,4 +1,4 @@
//===- Offloading.cpp - Utilities for handling offloading code -*- C++ -*-===//
//===- OffloadBinary.cpp - Utilities for handling offloading code ---------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.