Skip to content

Commit 282e8cc

Browse files
[SYCL] Remove manifest from offload binary structure (#20748)
Exposing abi-breaking changes from #20062 Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
1 parent e711ac0 commit 282e8cc

File tree

16 files changed

+222
-778
lines changed

16 files changed

+222
-778
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10029,13 +10029,8 @@ void OffloadWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1002910029
// clang-offload-wrapper
1003010030
// -o=<outputfile>.bc
1003110031
// -host=x86_64-pc-linux-gnu -kind=sycl
10032-
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
10033-
// -format=spirv <inputfile1>.spv <manifest1>(optional)
10034-
// -format=spirv <inputfile2>.spv <manifest2>(optional)
10035-
#else
1003610032
// -format=spirv <inputfile1>.spv
1003710033
// -format=spirv <inputfile2>.spv
10038-
#endif
1003910034
// ...
1004010035
ArgStringList WrapperArgs;
1004110036

clang/test/Driver/clang-offload-wrapper-exe-preview.cpp

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)