search for: libomptarget_debug

Displaying 2 results from an estimated 2 matches for "libomptarget_debug".

2020 Jan 05
2
LLVM build performance with LLVM
...gt;> LIBOMPTARGET_ENABLE_DEBUG enabled. The app build became super fast, but I >> can not obtain debugging information that I need at runtime. >> > > The description for this flag seems to be: LIBOMPTARGET_ENABLE_DEBUG > "Allow debug output with the environment variable LIBOMPTARGET_DEBUG=1" > > Is this what you are looking for? Or are you looking into getting debug > info (Dwarf) for the OpenMP runtime itself? > > -- > Mehdi > > > >> >> On Sat, Jan 4, 2020 at 5:03 David Blaikie <dblaikie at gmail.com> wrote: >> >>> I&...
2020 Jan 04
3
LLVM build performance with LLVM
I have just tried a Release build of LLVM but with LIBOMPTARGET_ENABLE_DEBUG enabled. The app build became super fast, but I can not obtain debugging information that I need at runtime. On Sat, Jan 4, 2020 at 5:03 David Blaikie <dblaikie at gmail.com> wrote: > I'm still confused by that - whether or not the LLVM you built has debug > info in it shouldn't at all change what