[cfe-commits] [PATCH] PR14471: Debug info for static data members (Clang part)

Robinson, Paul Paul.Robinson at am.sony.com
Mon Jan 14 16:21:42 PST 2013



________________________________________
From: David Blaikie [dblaikie at gmail.com]
Sent: Monday, January 14, 2013 2:34 PM
To: Robinson, Paul
Cc: Eric Christopher; cfe-commits at cs.uiuc.edu
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 <dblaikie at gmail.com> wrote:
> On Mon, Jan 14, 2013 at 2:19 PM, Robinson, Paul
> <Paul.Robinson at am.sony.com> 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




More information about the cfe-commits mailing list