We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf660a commit 7f43a56Copy full SHA for 7f43a56
kernel/tesla-clang
@@ -6,6 +6,8 @@
6
################################################################################
7
8
TESLA_ARGS="-Xclang -load -Xclang TeslaInstrumenter.so -Xclang -add-plugin -Xclang tesla -Xclang -plugin-arg-tesla -Xclang instrumentation.spec -no-integrated-as"
9
+#TESLA_ARGS="-cc1 -ast-print"
10
+#TESLA_ARGS="-cc1 -load TeslaInstrumenter.so -add-plugin tesla -plugin-arg-tesla instrumentation.spec -ast-print"
11
12
ARGS="$TESLA_ARGS $*"
13
0 commit comments