Skip to content

Commit 25249ab

Browse files
authored
[SYCL][Driver] Resolve conflict marker in clang/test/Driver/clang-offload-bundler.c (#6273)
Fixes #6222 Signed-off-by: Soumi Manna <[email protected]>
1 parent 3fcf848 commit 25249ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
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
118117
// 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
119118
// CK-ERR10: error: -unbundle and -check-section are not compatible options
120119

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

127126
// 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
128127
// CK-ERR13: error: no output file supported in checking mode
129-
=======
128+
130129
// 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
131130
// CK-ERR11A: error: -inputs and -input cannot be used together, use only -input instead
132131

133132
// 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
134133
// CK-ERR11B: error: -outputs and -output cannot be used together, use only -output instead
135-
>>>>>>> 09a5eae0d1952f53dffd56b9a598215aa1a1487e
136134

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

0 commit comments

Comments
 (0)