Skip to content

Commit 6abeffe

Browse files
committed
Initialize all ASM Parsers in the interpreter
1 parent 0aa859b commit 6abeffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CppInterOp/CppInterOpInterpreter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ class Interpreter {
154154
llvm::InitializeAllTargetInfos();
155155
llvm::InitializeAllTargets();
156156
llvm::InitializeAllTargetMCs();
157+
llvm::InitializeAllAsmParsers();
157158
llvm::InitializeAllAsmPrinters();
158159

159160
std::vector<const char*> vargs(argv + 1, argv + argc);

0 commit comments

Comments
 (0)