repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
Driver
/
fpack-struct.c
blob
da98ae948b7b2d7706f7b5d18284fe815950305b
1
// RUN: %clang -fpack-struct -### %s 2> %t
2
// RUN: FileCheck < %t %s
3
// RUN: %clang -fpack-struct=8 -### %s 2> %t
4
// RUN: FileCheck < %t %s --check-prefix=CHECK-EQ
5
6
// CHECK: "-cc1"
7
// CHECK: "-fpack-struct=1"
8
9
// CHECK-EQ: "-cc1"
10
// CHECK-EQ: "-fpack-struct=8"