summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/partial-init.cpp
AgeCommit message (Collapse)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
And replace -emit-llvm -o - with -emit-llvm-only
2015-09-04Relax partial-init test case for ARMReid Kleckner
llvm-svn: 246889
2015-09-04Don't use unreachable as a placeholder, it confuses EmitBlockReid Kleckner
This fixes an issue raised in D12412, where we generated invalid IR. Thanks to Vedant Kumar for coming up with the initial work around. Differential Revision: http://reviews.llvm.org/D12412 llvm-svn: 246880