Skip to content

Commit e460c23

Browse files
committed
call payload generation in qe-qem
1 parent 3f4a0a5 commit e460c23

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
@@ -746,7 +746,7 @@ compile_(int argc, char const **argv, std::string *outputString,
746746
dumpMLIR_(ostream, moduleOp);
747747
}
748748

749-
if (emitAction == Action::GenQEM) {
749+
if (emitAction == Action::GenQEM || emitAction == Action::GenQEQEM) {
750750

751751
if (includeSourceInPayload) {
752752
if (directInput) {

0 commit comments

Comments
 (0)