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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
ASTMerge
/
codegen-body
/
test.c
blob
4489862eeb5c23b5f660b17fe1637c8882d80032
1
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
2
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
3
// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
4
// expected-no-diagnostics