Skip to content

Commit 6ad9bfd

Browse files
committed
[SYCL][ABI-break] Promote preview changes
Signed-off-by: Larsen, Steffen <[email protected]> Fix formatting Signed-off-by: Larsen, Steffen <[email protected]> Avoid using vector_t in NativeCPU Signed-off-by: Larsen, Steffen <[email protected]> Address changes in graph tests Signed-off-by: Larsen, Steffen <[email protected]> Revert unintended preview lib marker Signed-off-by: Larsen, Steffen <[email protected]> Fix some clang failures Signed-off-by: Larsen, Steffen <[email protected]> Adjust entry offset in SymPropReader.cpp Signed-off-by: Larsen, Steffen <[email protected]> Remove unintended paste Signed-off-by: Larsen, Steffen <[email protected]>
1 parent d67098c commit 6ad9bfd

File tree

245 files changed

+750
-14701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+750
-14701
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10003,13 +10003,8 @@ void OffloadWrapper::ConstructJob(Compilation &C, const JobAction &JA,
1000310003
// clang-offload-wrapper
1000410004
// -o=<outputfile>.bc
1000510005
// -host=x86_64-pc-linux-gnu -kind=sycl
10006-
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
10007-
// -format=spirv <inputfile1>.spv <manifest1>(optional)
10008-
// -format=spirv <inputfile2>.spv <manifest2>(optional)
10009-
#else
1001010006
// -format=spirv <inputfile1>.spv
1001110007
// -format=spirv <inputfile2>.spv
10012-
#endif
1001310008
// ...
1001410009
ArgStringList WrapperArgs;
1001510010

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

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

0 commit comments

Comments
 (0)