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 53884e9 commit 708861bCopy full SHA for 708861b
Makefile
@@ -295,6 +295,13 @@ test-suite: plugin print-gcc-version
295
show-ssa: plugin
296
$(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-python examples/show-ssa.py test.c
297
298
+demo-show-lto-supergraph: plugin
299
+ $(INVOCATION_ENV_VARS) $(srcdir)./gcc-with-python \
300
+ examples/show-lto-supergraph.py \
301
+ -flto \
302
+ -flto-partition=none \
303
+ tests/examples/lto/input-*.c
304
+
305
html: docs/tables-of-passes.rst docs/passes.svg
306
cd docs && $(MAKE) html
307
0 commit comments