Skip to content

Commit 2f72a5e

Browse files
committed
fix windows
Created using spr 1.3.4
2 parents d703135 + 2dfe1b4 commit 2f72a5e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

clang/test/Driver/sanitizer-ld.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test sanitizers ld flags.
22

3-
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="/libclang_rt"
3+
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="libclang_rt"
44

55
// RUN: %clang -### %s 2>&1 \
66
// RUN: --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address \
@@ -35,7 +35,7 @@
3535
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN
3636
//
3737
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: "{{.*}}ld"
38-
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: /libclang_rt.osx.a"
38+
// CHECK-ASAN-NO-LINK-RUNTIME-DARWIN: libclang_rt.osx.a"
3939

4040
// RUN: %clang -fsanitize=address -### %s 2>&1 \
4141
// RUN: --target=x86_64-unknown-linux -fuse-ld=ld \

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2061,7 +2061,6 @@ void VPReverseVectorPointerRecipe::print(raw_ostream &O, const Twine &Indent,
20612061
printAsOperand(O, SlotTracker);
20622062
O << " = reverse-vector-pointer";
20632063
printFlags(O);
2064-
O << " ";
20652064
printOperands(O, SlotTracker);
20662065
}
20672066
#endif

0 commit comments

Comments
 (0)