Skip to content

Commit 41476d8

Browse files
committed
[Driver] Pass --unwindlib=platform to tests that check unwinder
This addresses an issue which was revealed by D98022. Differential Revision: https://reviews.llvm.org/D98131
1 parent ca602a7 commit 41476d8

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

clang/test/Driver/compiler-rt-unwind.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// --unwindlib=XXX properly.
33
//
44
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5-
// RUN: --target=x86_64-unknown-linux -rtlib=libgcc \
5+
// RUN: --target=x86_64-unknown-linux -rtlib=libgcc --unwindlib=platform \
66
// RUN: --gcc-toolchain="" \
77
// RUN: | FileCheck --check-prefix=RTLIB-GCC %s
88
// RTLIB-GCC: "{{.*}}lgcc"

0 commit comments

Comments
 (0)