File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 196
196
// PR24003: -mframe-pointer=all
197
197
// PR24003: -Os
198
198
199
- // RUN: not %clang_cl --target=i686-pc-win32 -Werror /Oy- /O2 -### -- %s 2>&1 | FileCheck -check-prefix=Oy_2 %s
199
+ // RUN: %clang_cl --target=i686-pc-win32 -Werror -Wno-msvc-not-found /Oy- /O2 -### -- %s 2>&1 | FileCheck -check-prefix=Oy_2 %s
200
200
// Oy_2: -mframe-pointer=all
201
201
// Oy_2: -O2
202
202
203
- // RUN: not %clang_cl --target=aarch64-pc-windows-msvc -Werror /Oy- /O2 -### -- %s 2>&1 | FileCheck -check-prefix=Oy_aarch64 %s
203
+ // RUN: %clang_cl --target=aarch64-pc-windows-msvc -Werror -Wno-msvc-not-found /Oy- /O2 -### -- %s 2>&1 | FileCheck -check-prefix=Oy_aarch64 %s
204
204
// Oy_aarch64: -mframe-pointer=non-leaf
205
205
// Oy_aarch64: -O2
206
206
207
- // RUN: not %clang_cl --target=i686-pc-win32 -Werror /O2 /O2 -### -- %s 2>&1 | FileCheck -check-prefix=O2O2 %s
207
+ // RUN: %clang_cl --target=i686-pc-win32 -Werror -Wno-msvc-not-found /O2 /O2 -### -- %s 2>&1 | FileCheck -check-prefix=O2O2 %s
208
208
// O2O2: "-O2"
209
209
210
210
// RUN: %clang_cl /Zs -Werror /Oy -- %s 2>&1
211
211
212
- // RUN: not %clang_cl --target=i686-pc-win32 -Werror /Oy- -### -- %s 2>&1 | FileCheck -check-prefix=Oy_ %s
212
+ // RUN: %clang_cl --target=i686-pc-win32 -Werror -Wno-msvc-not-found /Oy- -### -- %s 2>&1 | FileCheck -check-prefix=Oy_ %s
213
213
// Oy_: -mframe-pointer=all
214
214
215
215
// RUN: %clang_cl /Qvec -### -- %s 2>&1 | FileCheck -check-prefix=Qvec %s
Original file line number Diff line number Diff line change 1
1
// RUN: %clang -### -c -flto -fno-lto %s 2>&1 | FileCheck %s
2
- // RUN: %clang -### -c -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s
3
2
4
3
// CHECK-NOT: argument unused during compilation
You can’t perform that action at this time.
0 commit comments