[llvm] [SPIRV] Support -fembed-bitcode=marker for non-shader modules (PR #162082)

Marcos Maronas via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 6 09:14:51 PDT 2025


Juan Manuel Martinez =?utf-8?q?Caama=C3=B1o?= <juamarti at amd.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/162082 at github.com>


================
@@ -236,6 +236,8 @@ class SPIRVEmitIntrinsics
 
   Instruction *buildLogicalAccessChainFromGEP(GetElementPtrInst &GEP);
 
+  bool promoteEmbddedBitcodeMarker(Module &M) const;
----------------
maarquitos14 wrote:

```suggestion
  bool promoteEmbeddedBitcodeMarker(Module &M) const;
```

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


More information about the llvm-commits mailing list