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 6ddcecf commit ff341afCopy full SHA for ff341af
libcxx/test/libcxx/vendor/llvm/system-install-properties-linux.sh.cpp
@@ -21,10 +21,12 @@
21
// RUN: stat "%{lib-dir}/libc++.so.1.0"
22
// RUN: stat "%{lib-dir}/libc++experimental.a"
23
24
-// Make sure we install a symlink from libc++.so to libc++.so.1.0.
25
-//
26
-// RUN: stat "%{lib-dir}/libc++.so"
27
-// RUN: readlink "%{lib-dir}/libc++.so" | grep "libc++.so.1.0"
+// Make sure we install a symlink from libc++.so.1 to libc++.so.1.0.
28
//
29
// RUN: stat "%{lib-dir}/libc++.so.1"
30
// RUN: readlink "%{lib-dir}/libc++.so.1" | grep "libc++.so.1.0"
+
+// Make sure we install libc++.so in the right location. That may be a symlink or
+// a linker script, so we don't check anything specific about that file.
31
+//
32
+// RUN: stat "%{lib-dir}/libc++.so"
0 commit comments