[PATCH] [PATCH] Fix to PR15826 - clang hits assert in clang::ASTContext::getASTRecordLayout

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 2 06:32:30 PDT 2013


> +// RUN: %clang_cc1 -verify -emit-obj -ffreestanding %s

You only need -emit-llvm-only, not -emit-obj or -ffreestanding. The
test should also be in CodeGen. LGTM with that.

Cheers,
Rafael



More information about the cfe-commits mailing list