Skip to content

Commit 36f933f

Browse files
committed
Reapply suggestions from Petr
1 parent ec6e213 commit 36f933f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/test/Driver/baremetal.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,11 @@
166166
// RUN: %clang -### --target=arm-none-eabi -nolibc %s 2>&1 \
167167
// RUN: | FileCheck %s --check-prefix=CHECK-NOLIBC
168168
// CHECK-NOLIBC-NOT: "-lc"
169-
// CHECK-NOLIBC-NOT: "-lm"
170-
// CHECK-NOLIBC-NOT: "-lc++"
171169
// CHECK-NOLIBC: "{{[^"]*}}libclang_rt.builtins.a"
172170

173171
// RUN: %clang -### --target=arm-none-eabi -nostdlib %s 2>&1 \
174172
// RUN: | FileCheck %s --check-prefix=CHECK-NOSTDLIB
175173
// CHECK-NOSTDLIB-NOT: "-lc"
176-
// CHECK-NOSTDLIB-NOT: "-lm"
177-
// CHECK-NOSTDLIB-NOT: "-lc++"
178174
// CHECK-NOSTDLIB-NOT: "{{[^"]*}}libclang_rt.builtins.a"
179175

180176
// RUN: %clang -### --target=arm-none-eabi -v %s 2>&1 \

0 commit comments

Comments
 (0)