[llvm] [SPIRV] Support -fembed-bitcode=marker for non-shader modules (PR #162082)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 01:16:27 PDT 2025
================
@@ -236,6 +236,8 @@ class SPIRVEmitIntrinsics
Instruction *buildLogicalAccessChainFromGEP(GetElementPtrInst &GEP);
+ bool promoteEmbddedBitcodeMarker(Module &M) const;
----------------
jmmartinez wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/162082
More information about the llvm-commits
mailing list