diff options
author | Anders Carlsson <andersca@mac.com> | 2010-04-10 19:09:13 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2010-04-10 19:09:13 +0000 |
commit | 46116ce06ae28e3fc3a34c513f2f63ac02d9a194 (patch) | |
tree | 2a37e06a654d65e9793a065eb02fc781307e6029 /test/Coverage/ast-printing.cpp | |
parent | d281915e49ae69609c28ccc55c0a02ae97a52eb9 (diff) |
Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/ast-printing.cpp')
-rw-r--r-- | test/Coverage/ast-printing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Coverage/ast-printing.cpp b/test/Coverage/ast-printing.cpp index ce0a5693b0..1a75fb4c63 100644 --- a/test/Coverage/ast-printing.cpp +++ b/test/Coverage/ast-printing.cpp @@ -3,6 +3,6 @@ // RUN: %clang_cc1 -ast-dump %s // FIXME: %clang_cc1 -ast-print-xml -o %t %s // RUN: %clang_cc1 -print-decl-contexts %s -// RUN: %clang_cc1 -dump-record-layouts %s +// RUN: %clang_cc1 -fdump-record-layouts %s #include "cxx-language-features.inc" |