repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Driver
/
print-libgcc-file-name-libgcc.c
blob
3ca8fb900e3a4ce6386226b085e6032d4effeca4
1
// Test that -print-libgcc-file-name correctly respects -rtlib=libgcc.
2
3
// REQUIRES: libgcc
4
5
// RUN: %clang -rtlib=libgcc -print-libgcc-file-name 2>&1 \
6
// RUN: | FileCheck --check-prefix=CHECK-LIBGCC %s
7
// CHECK-LIBGCC: libgcc.a