We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6800222 commit 3db1adeCopy full SHA for 3db1ade
clang/test/Driver/undefined-libs.cpp
@@ -5,7 +5,7 @@
5
// STDLIB: error: invalid library name in argument '-stdlib=nostdlib'
6
// STDLIB-EMPTY:
7
8
-// RUN: not %clangxx --target=i386-unknown-linux -rtlib=nortlib %s 2>&1 | FileCheck --check-prefix=RTLIB %s
+// RUN: not %clangxx --target=i386-unknown-linux -rtlib=nortlib --unwindlib=libgcc %s 2>&1 | FileCheck --check-prefix=RTLIB %s
9
// RTLIB: error: invalid runtime library name in argument '-rtlib=nortlib'
10
// RTLIB-EMPTY:
11
0 commit comments