Skip to content
Snippets Groups Projects
Commit a27d6495 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'feature/andre/clean-frama-c-mk-loop' into 'master'

[analysis-scripts] remove deprecated .loop-related rules

See merge request frama-c/frama-c!2627
parents 3d0cb0ad 21d1d6c2
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ export LIBOVERLAY_SCROLLBAR=0
.PHONY: clean
clean::
$(RM) -r *.parse *.eva *.loop
$(RM) -r *.parse *.eva
clean-backups:
find . -regextype posix-extended \
......@@ -219,14 +219,6 @@ SHELL := /bin/bash
%.gui: %
$(FRAMAC_GUI) $(FCGUIFLAGS) -load $^/framac.sav &
# Run loop bound analysis plug-in and store result in *.loop
%.loop: %
@
{
$(FRAMAC) $(FCFLAGS) -load $^/framac.sav -loop -loop-no-branches |
sed -e '1,/Add this to your command line:/d'
} > $@
# Produce and open an SVG + HTML from raw flamegraph data produced by Eva
%/flamegraph: %/flamegraph.html
@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment