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
TypeART currently breaks when building with libc++.
libc++
unordered_map
The text was updated successfully, but these errors were encountered:
unknown types not instrumented
f29991e
- This handles undefined (TypeART) behavior for unknown types, see e.g., #62 - Libc++-based build with lit-test-suite works now, see #60
Merge PR #69 from feat/omp
870e4ab
openmp support, see #10 - Passes: Handle OpenMP codegen in LLVM IR - Runtime: (optional) thread-safety - Add extended testing/CI - Test thread-safety (with sanitizers) - Various bug fixes/improvements: #67, #65, #63, #60, #58
a6d441a
No branches or pull requests
TypeART currently breaks when building with
libc++
.Issues
unordered_map
in IRPath.h and TypeARTFunctions.hThe text was updated successfully, but these errors were encountered: