Build trace with C++17 if LLVM-16+ is present. Headers provided by LLVM
may use C++17 features as of 16.0.
JJL772 (1):
trace: build with c++17 if building against llvm 16+
trace/wscript | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
2.40.1
---
trace/wscript | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/trace/wscript b/trace/wscript
index a3dd5d5..0ae90f8 100644
--- a/trace/wscript
+++ b/trace/wscript
@@ -33,11 +33,14 @@ def options(opt):
def configure(conf):
conf.load('compiler_c')
conf.load('