File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// Make sure -finline-functions family flags are behaving correctly.
2
2
3
- // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
4
- // RUN: %clang_cc1 -O3 -fno-inline-functions -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
5
- // RUN: %clang_cc1 -finline-functions -emit-llvm %s -o - | FileCheck -check-prefix=INLINE %s
3
+ // RUN: %clang_cc1 -triple i686-pc-win32 - emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
4
+ // RUN: %clang_cc1 -triple i686-pc-win32 - O3 -fno-inline-functions -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
5
+ // RUN: %clang_cc1 -triple i686-pc-win32 - finline-functions -emit-llvm %s -o - | FileCheck -check-prefix=INLINE %s
6
6
7
7
inline int inline_hint (int a , int b ) { return (a + b ); }
8
8
You can’t perform that action at this time.
0 commit comments