Skip to content

Commit fbe1d9a

Browse files
mdtoguchijsji
authored andcommitted
Update tests to match where opt levels are set
The optimization level setting to the `-cc1` call has been updated to be earlier in the line. Adjust the tests to match.
1 parent 539d96b commit fbe1d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/cl-options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
// O2O2: "-O3"
215215

216216
// RUN: %clang_cl --target=i686-pc-win32 -Werror -Wno-msvc-not-found /O3 -### -- %s 2>&1 | FileCheck -check-prefix=O3 %s
217-
// O3: -mframe-pointer=none
218217
// O3: -O3
218+
// O3: -mframe-pointer=none
219219

220220
// RUN: %clang_cl /Zs -Werror /Oy -- %s 2>&1
221221

0 commit comments

Comments
 (0)