Skip to content

Commit

Permalink
Merge pull request #108 from jchecahi/libc++-static-shared-lld-req
Browse files Browse the repository at this point in the history
libc++_static_shared.cpp: require lld to run the test
  • Loading branch information
sylvestre authored Feb 21, 2024
2 parents 6704294 + 958cd40 commit d822092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/libc++_static_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// RUN: %clangxx -c -o %t.o -fPIC %s
// RUN: %clangxx -fuse-ld=lld -nostdlib++ -Wl,-Bstatic -lc++ -Wl,-Bdynamic -stdlib=libc++ -shared -o %t %t.o
//
// REQUIRES: clangxx, static-libc++
// REQUIRES: clangxx, lld, static-libc++

#include <exception>

Expand Down

0 comments on commit d822092

Please sign in to comment.