blob: 02bd62d96af5a02e0d8a874f12a0dbc639bc1bb6 [file] [log] [blame]
Nico Weber0ee47d92017-07-25 18:02:57 +00001// RUN: %clangxx -target i686-pc-linux-gnu -### -nostdlib++ %s 2> %t
2// RUN: FileCheck < %t %s
3
4// We should still have -lm and the C standard libraries, but not -lstdc++.
5
6// CHECK-NOT: -lstdc++
7// CHECK-NOT: -lc++
8// CHECK: -lm