We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make check-ompd VERBOSE=1 cd ..../BUILD/libompd/test && lit ..../BUILD/libompd/test -avv bash -c "(clang --verbose -fopenmp -g .../SRC/libompd/test/openmp_examples/example_1.c \ -o .../BUILD/libompd/test/openmp_examples/Output/example_1.c.tmp \ -I /home/pj416018/OMPD/openmp-rt-ompd/libompd/test -I .../BUILD/runtime/src && \ env OMP_DEBUG=enabled gdb -x .../BUILD/libompd/test/../gdb-plugin/__init__.py\ -x .../SRC/libompd/test/test.cmd \ .../BUILD/libompd/test/openmp_examples/Output/example_1.c.tmp) |&\ FileCheck .../SRC/libompd/test/openmp_examples/example_1.c"
currently the tests siliently succeed, because the |& fetches the error code from compiling
The text was updated successfully, but these errors were encountered:
jprotze
No branches or pull requests
currently the tests siliently succeed, because the |& fetches the error code from compiling
The text was updated successfully, but these errors were encountered: