brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · 3ca8fb9 Raw
8 lines · c
1// Test that -print-libgcc-file-name correctly respects -rtlib=libgcc.2 3// REQUIRES: libgcc4 5// RUN: %clang -rtlib=libgcc -print-libgcc-file-name 2>&1 \6// RUN:   | FileCheck --check-prefix=CHECK-LIBGCC %s7// CHECK-LIBGCC: libgcc.a8