Skip to content
New issue

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

[WIP] Create minimal self-contained instrumentation pass #177

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdoerfert
Copy link

This is not properly tested but should have "all" the parts to work with various LLVM versions. No need for bison/flex anymore, parsing is done in the pass. No header anymore, that was never needed. LLVM coding style. Tested successfully with some clang versions.

Needs more testing.

This is not properly tested but should have "all" the parts to work with
various LLVM versions. No need for bison/flex anymore, parsing is done
in the pass. No header anymore, that was never needed. LLVM coding
style. Tested successfully with some clang versions.

Needs more testing.
@@ -1,5 +1,5 @@
# support C++14 features used by LLVM 10.0.0
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be determined based on the LLVM version used to compile the plugin. Basically, use whatever was the development default in that LLVM version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant