================ Comment at: test/Layout/union_regular_bit_field.cpp:1-4 @@ +1,5 @@ +// RUN: %clang_cc1 -emit-llvm-only -triple aarch64 -fdump-record-layouts %s 2>/dev/null \ +// RUN: | FileCheck %s +// RUN: %clang_cc1 -emit-llvm-only -triple x86_64 -fdump-record-layouts %s 2>/dev/null \ +// RUN: | FileCheck %s + ---------------- majnemer wrote: > These triples are not specific enough. Make sure you specify the itanium ABI > somehow. You can use %itanium_abi_triple as a triple in tests
http://reviews.llvm.org/D5775 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
