Skip to content

Commit 8d75348

Browse files
committed
feature mark
1 parent da0724a commit 8d75348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CIR/CodeGen/CIRGenExpr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,7 @@ CIRGenFunction::buildExtVectorElementExpr(const ExtVectorElementExpr *E) {
11141114
// it.
11151115
LValueBaseInfo BaseInfo;
11161116
// TODO(cir): Support TBAA
1117+
assert(!UnimplementedFeature::tbaa());
11171118
Address Ptr = buildPointerWithAlignment(E->getBase(), &BaseInfo);
11181119
const auto *PT = E->getBase()->getType()->castAs<clang::PointerType>();
11191120
Base = makeAddrLValue(Ptr, PT->getPointeeType(), BaseInfo);

0 commit comments

Comments
 (0)