[llvm-dev] [DebugInfo][DIBuilder] Good way to pass arguments to createClassType/createMemberType

Adrian Prantl via llvm-dev llvm-dev at lists.llvm.org
Fri Feb 8 08:53:37 PST 2019


I know that this is exactly the opposite of what you are asking, but from a practical perspective I highly recommend to just write the smallest possible program that would produce the kind of debug info you want to generate and compile it with "clang -g -S -emit-llvm -o -" and see how Clang does it.

-- adrian


More information about the llvm-dev mailing list