Skip to content

Commit c2566f8

Browse files
authored
Generate payload in --emit=qe-qem (#176)
This commit is a following change of 4b0ded7 (Add an option to emit target-specific payload) to generate payload when `--emit=qe-qem` is specified.
2 parents 26b4e1d + e460c23 commit c2566f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/API/api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ compile_(int argc, char const **argv, std::string *outputString,
749749
dumpMLIR_(ostream, moduleOp);
750750
}
751751

752-
if (emitAction == Action::GenQEM) {
752+
if (emitAction == Action::GenQEM || emitAction == Action::GenQEQEM) {
753753

754754
if (includeSourceInPayload) {
755755
if (directInput) {

0 commit comments

Comments
 (0)