We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcde755 commit e53b64bCopy full SHA for e53b64b
lib/CppInterOp/CppInterOpInterpreter.h
@@ -154,6 +154,7 @@ class Interpreter {
154
llvm::InitializeAllTargetInfos();
155
llvm::InitializeAllTargets();
156
llvm::InitializeAllTargetMCs();
157
+ llvm::InitializeAllAsmParsers();
158
llvm::InitializeAllAsmPrinters();
159
160
std::vector<const char*> vargs(argv + 1, argv + argc);
0 commit comments