We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca602a7 commit 41476d8Copy full SHA for 41476d8
clang/test/Driver/compiler-rt-unwind.c
@@ -2,7 +2,7 @@
2
// --unwindlib=XXX properly.
3
//
4
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5
-// RUN: --target=x86_64-unknown-linux -rtlib=libgcc \
+// RUN: --target=x86_64-unknown-linux -rtlib=libgcc --unwindlib=platform \
6
// RUN: --gcc-toolchain="" \
7
// RUN: | FileCheck --check-prefix=RTLIB-GCC %s
8
// RTLIB-GCC: "{{.*}}lgcc"
0 commit comments