Re: [cfe-users] How to dump the vtable's or record's layout?

2015-09-14 Thread don hinton via cfe-users
As per Reid's early response, try adding -emit-llvm-only or -emit-obj. http://clang-developers.42468.n3.nabble.com/Clang-3-4-fdump-record-layouts-not-producing-any-results-td4036285.html On Mon, Sep 14, 2015 at 1:27 PM, Yi-Hong Lyu via cfe-users < cfe-users@lists.llvm.org> wrote: > Hello all, >

[cfe-users] How to dump the vtable's or record's layout?

2015-09-14 Thread Yi-Hong Lyu via cfe-users
Hello all, I would like to dump the vtable's or record's layout therefore I download the binary of Clang 3.7 for Linux from official site. But I got nothing with: $ clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04/bin/clang++ -cc1 -fdump-vtable-layouts vtable.cpp or $ clang+llvm-3.7.0-x86_64-linu