Skip to content

Commit ec05b05

Browse files
committed
Revert "[SYCL][Driver] Resolve conflict marker in clang/test/Driver/clang-offload-bundler.c (#6273)"
This reverts commit 25249ab.
1 parent e0c40a9 commit ec05b05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/test/Driver/clang-offload-bundler.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
// RUN: not clang-offload-bundler -type=a -targets=hxst-powerpcxxle-ibm-linux-gnu,openxp-pxxerpc64le-ibm-linux-gnu,xpenmp-x86_xx-pc-linux-gnu -input=%t.i -input=%t.tgt1 -input=%t.tgt2 -output=%t.bundle.i 2>&1 | FileCheck %s --check-prefix CK-ERR10A
115115
// CK-ERR10A: error: Archive files are only supported for unbundling
116116

117+
<<<<<<< HEAD
117118
// RUN: not clang-offload-bundler -type=i -targets=host-%itanium_abi_triple,openmp-powerpc64le-ibm-linux-gnu -outputs=%t.i,%t.tgt1,%t.tgt2 -inputs=%t.bundle.i -unbundle -check-section 2>&1 | FileCheck %s --check-prefix CK-ERR10
118119
// CK-ERR10: error: -unbundle and -check-section are not compatible options
119120

@@ -125,12 +126,13 @@
125126

126127
// RUN: not clang-offload-bundler -type=i -targets=openmp-powerpc64le-ibm-linux-gnu -inputs=%t.bundle.i -outputs=%t.r -check-section 2>&1 | FileCheck %s --check-prefix CK-ERR13
127128
// CK-ERR13: error: no output file supported in checking mode
128-
129+
=======
129130
// RUN: not clang-offload-bundler -type=i -targets=host-%itanium_abi_triple,openmp-powerpc64le-ibm-linux-gnu,openmp-x86_64-pc-linux-gnu -input=%t.i -inputs=%t.tgt1,%t.tgt2 -output=%t.bundle.i -unbundle 2>&1 | FileCheck %s --check-prefix CK-ERR11A
130131
// CK-ERR11A: error: -inputs and -input cannot be used together, use only -input instead
131132

132133
// RUN: not clang-offload-bundler -type=i -targets=host-%itanium_abi_triple,openmp-powerpc64le-ibm-linux-gnu -output=%t.i -outputs=%t.tgt1,%t.tgt2 -input=%t.bundle.i -unbundle 2>&1 | FileCheck %s --check-prefix CK-ERR11B
133134
// CK-ERR11B: error: -outputs and -output cannot be used together, use only -output instead
135+
>>>>>>> 09a5eae0d1952f53dffd56b9a598215aa1a1487e
134136

135137
//
136138
// Check text bundle. This is a readable format, so we check for the format we expect to find.

0 commit comments

Comments
 (0)