solaris-ld-sld.c 174 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // REQUIRES: system-solaris // Check that clang invokes the native ld. // RUN: test -f /usr/gnu/bin/ld && env PATH=/usr/gnu/bin %clang -o %t.o %s int main() { return 0; }