File: 0002-fix-optional-templating.patch

package info (click to toggle)
rocm-compilersupport 5.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,224 kB
  • sloc: cpp: 6,826; ansic: 3,464; asm: 1,144; lisp: 226; sh: 21; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Maxime Chambonnet <maxzor@maxzor.eu>
Date: Fri, 11 Feb 2022 08:40:53 +0100
Subject: fix optional templating
Forwarded: not-needed
Description: showed the patches to Jeremy Newton,
 hopefully he upstreamed.
---
 lib/comgr/src/comgr-env.h | 1 +
 1 file changed, 1 insertion(+)

--- rocm-compilersupport.orig/lib/comgr/src/comgr-env.h
+++ rocm-compilersupport/lib/comgr/src/comgr-env.h
@@ -38,6 +38,7 @@
 
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/ADT/Optional.h"
 
 namespace COMGR {
 namespace env {