________________________________________ From: David Blaikie [[email protected]] Sent: Monday, January 14, 2013 2:34 PM To: Robinson, Paul Cc: Eric Christopher; [email protected] Subject: Re: [cfe-commits] [PATCH] PR14471: Debug info for static data members (Clang part)
On Mon, Jan 14, 2013 at 2:34 PM, David Blaikie <[email protected]> wrote: > On Mon, Jan 14, 2013 at 2:19 PM, Robinson, Paul > <[email protected]> wrote: > > Ran GDB test suite 7.2 (what I have) with trunk and with my patch. > > (Someday I'll pick up the one you guys are using....) > > You should just be able to check it out from > llvm.org/svn/llvm-project/clang-tests-external/trunk > > then configure and: > > make check RUNTESTFLAGS="CXX_FOR_TARGET='path/to/clang++' > CC_FOR_TARGET='path/to/clang' CFLAGS_FOR_TARGET='-w > -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer > -fno-limit-debug-info'" FORCE_PARALLEL=1 > > to reproduce the same process as the buildbot here: > http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75 Thanks! I've also been meaning to ask if there's a way to use a non-default debugger with the debuginfo-tests; some scripts make it look like a DEBUGGER variable will do that, but I haven't gotten it to work. I have to put my debugger's directory at the front of PATH to get debuginfo-tests to use it. --paulr _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
