llvm-project/clang/test/Driver/nolibc.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
165 B
C
Raw Normal View History

// RUN: %clang -target i686-pc-linux-gnu -### -rtlib=libgcc -nolibc %s 2>&1 | FileCheck %s
// CHECK: crtbegin
// CHECK: "-lgcc"
// CHECK-NOT: "-lc"
// CHECK: crtend