GOMP depobjs are represented as a two intptr_t array. The first
element is the base address of the dependency and the second element
is the flag indicating the type the depobj represents.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
openmp/runtime/test/lit.cfg | ||
---|---|---|
49 | Just a nit: this -L and following extra flags are duplicated here, as they are already present in flags. |
Comment Actions
Updates test flags and takes into account that typical LLVM builds still need to include the just-built omp.h for testing the just-built compiler.
Just a nit: this -L and following extra flags are duplicated here, as they are already present in flags.