Can the wrapper support processing of compilation data? #661
wenhaozhu169-beep
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
I'm not sure if I understand your question. The JSON is not passed to Clang by the wrapper (or by Bear). Could you rephrase your question, and instead of telling what change you want, tell me what you want to achieve? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I need to capture the compilation flags, dynamically modify the compiler flags (adding/removing optimization flags), and then pass them to clang for execution, in order to conduct experiments. Bear can capture the compilation flags but does not modify them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add functionality within the wrapper to modify the obtained JSON data before passing it to Clang for compilation? I'm looking to implement transformations on the JSON output through the wrapper and then have Clang execute the compilation based on the modified data.
Beta Was this translation helpful? Give feedback.
All reactions