aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/compilersupport.h')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/compilersupport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
index 61935db56..84395d28f 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
+++ b/sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
@@ -63,6 +63,10 @@ void addCompilerArgument(const QString &arg);
Platform platform();
bool setPlatform(const QString &name);
+
+QVersionNumber platformVersion();
+bool setPlatformVersion(const QString &name);
+
QByteArray targetTripletForPlatform(Platform p, Architecture a, Compiler c,
const QVersionNumber &platformVersion = {});
const char *compilerTripletValue(Compiler c);