Skip to content

Commit

Permalink
[Driver][test] Fix undefined-libs.cpp when CLANG_DEFAULT_UNWINDLIB is…
Browse files Browse the repository at this point in the history
… libunwind
  • Loading branch information
MaskRay committed Oct 8, 2021
1 parent 6800222 commit 3db1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/undefined-libs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// STDLIB: error: invalid library name in argument '-stdlib=nostdlib'
// STDLIB-EMPTY:

// 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
// RTLIB: error: invalid runtime library name in argument '-rtlib=nortlib'
// RTLIB-EMPTY:

Expand Down

0 comments on commit 3db1ade

Please sign in to comment.