[clang] [llvm] [clang-linker-wrapper] Add ELF packaging for spirv64-intel OpenMP images (PR #125737)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 5 07:33:50 PST 2025


================
@@ -152,6 +153,11 @@ Error getAMDGPUMetaDataFromImage(MemoryBufferRef MemBuffer,
                                  StringMap<AMDGPUKernelMetaData> &KernelInfoMap,
                                  uint16_t &ELFABIVersion);
 } // namespace amdgpu
+namespace intel {
----------------
jhuber6 wrote:

```suggestion

namespace intel {
```
nit.

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


More information about the cfe-commits mailing list