We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6e213 commit 36f933fCopy full SHA for 36f933f
clang/test/Driver/baremetal.cpp
@@ -166,15 +166,11 @@
166
// RUN: %clang -### --target=arm-none-eabi -nolibc %s 2>&1 \
167
// RUN: | FileCheck %s --check-prefix=CHECK-NOLIBC
168
// CHECK-NOLIBC-NOT: "-lc"
169
-// CHECK-NOLIBC-NOT: "-lm"
170
-// CHECK-NOLIBC-NOT: "-lc++"
171
// CHECK-NOLIBC: "{{[^"]*}}libclang_rt.builtins.a"
172
173
// RUN: %clang -### --target=arm-none-eabi -nostdlib %s 2>&1 \
174
// RUN: | FileCheck %s --check-prefix=CHECK-NOSTDLIB
175
// CHECK-NOSTDLIB-NOT: "-lc"
176
-// CHECK-NOSTDLIB-NOT: "-lm"
177
-// CHECK-NOSTDLIB-NOT: "-lc++"
178
// CHECK-NOSTDLIB-NOT: "{{[^"]*}}libclang_rt.builtins.a"
179
180
// RUN: %clang -### --target=arm-none-eabi -v %s 2>&1 \
0 commit comments