[clang] [CodeGen] Implement post-opt linking option for builtin bitocdes (PR #69371)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 04:50:51 PST 2023


================
@@ -113,7 +120,7 @@ class EmitAssemblyHelper {
   const CodeGenOptions &CodeGenOpts;
   const clang::TargetOptions &TargetOpts;
   const LangOptions &LangOpts;
-  Module *TheModule;
+  llvm::Module *TheModule;
----------------
arsenm wrote:

Why did this suddenly need qualification?

https://github.com/llvm/llvm-project/pull/69371


More information about the cfe-commits mailing list