[clang] [FreeBSD] Support -stdlib=libstdc++ (PR #126302)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 16 12:23:36 PST 2025


================
@@ -1,9 +1,13 @@
 // RUN: %clangxx %s -### -o %t.o --target=amd64-unknown-freebsd -stdlib=platform 2>&1 \
 // RUN:   | FileCheck --check-prefix=CHECK-DEFAULT %s
 // RUN: %clangxx %s -### -o %t.o --target=amd64-unknown-freebsd10.0 -stdlib=platform 2>&1 \
-// RUN:   | FileCheck --check-prefix=CHECK-TEN %s
+// RUN:   | FileCheck --check-prefix=CHECK-DEFAULT %s
+// RUN: %clangxx %s -### -o %t.o --target=amd64-unknown-freebsd -stdlib=libc++ 2>&1 \
----------------
arichardson wrote:

Good point, I just copied this without thinking. Will clean up the others as well.

https://github.com/llvm/llvm-project/pull/126302


More information about the cfe-commits mailing list