mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Action is different from compiler-action
This commit is contained in:
parent
d01f213f3f
commit
7d63f38db6
1 changed files with 4 additions and 1 deletions
|
|
@ -151,7 +151,10 @@
|
|||
(output (ll/make-tmp-file
|
||||
file
|
||||
(cond
|
||||
((eq action 'assemble) ".S")
|
||||
((eq 'assemble
|
||||
(aml/get-map-prop ll/c-file-action-map action
|
||||
:compiler-action))
|
||||
".S")
|
||||
(t ".ll")))))
|
||||
(if (eq action 'diff)
|
||||
(ll/diff-c-on-two-compilations file action)
|
||||
|
|
|
|||
Loading…
Reference in a new issue