Skip to content

Instantly share code, notes, and snippets.

@jeaye
Created September 15, 2023 21:52
Show Gist options
  • Save jeaye/36aae18ab8ab2b9344a9672d51c1d572 to your computer and use it in GitHub Desktop.
Save jeaye/36aae18ab8ab2b9344a9672d51c1d572 to your computer and use it in GitHub Desktop.
❯ ./build/cling-build/bin/cling -v -fmodules
cling version 1.0~dev
Looking for C++ headers with:
LC_ALL=C clang-16 -O3 -DNDEBUG -xc++ -E -v /dev/null 2>&1 | sed -n -e '/^.include/,${' -e '/^ \/.*++/p' -e '}'
Found:
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
clang version 13.0.0 (https://github.com/root-project/llvm-project.git 0a6eae39d07f66c98c4d7160635a6e62693abdbb)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: ./build/cling-build/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/12.3.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/13.2.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/11.3.0
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/12.3.0
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1
Selected GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Selected multilib: .;@m64
Found CUDA installation: /opt/cuda, version 11.2
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
'/usr/include/module.modulemap' does not exist. Mounting 'cling/libc.modulemap' as '/usr/include/module.modulemap'
'/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/module.modulemap' does not exist. Mounting 'cling/std.modulemap' as '/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/module.modulemap'
'/usr/include/module.modulemap' does not exist. Mounting 'cling/tinyxml2.modulemap' as '/usr/include/module.modulemap'
'/usr/include/boost/module.modulemap' does not exist. Mounting 'cling/boost.modulemap' as '/usr/include/boost/module.modulemap'
modulemap.overlay.yaml
{
'version': 0,
'roots': [
{ 'name': '/usr/include', 'type': 'directory',
'contents': [
{ 'name': 'module.modulemap', 'type': 'file',
'external-contents': 'cling/libc.modulemap'
}
]
},
{ 'name': '/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1', 'type': 'directory',
'contents': [
{ 'name': 'module.modulemap', 'type': 'file',
'external-contents': 'cling/std.modulemap'
}
]
},
{ 'name': '/usr/include', 'type': 'directory',
'contents': [
{ 'name': 'module.modulemap', 'type': 'file',
'external-contents': 'cling/tinyxml2.modulemap'
}
]
},
{ 'name': '/usr/include/boost', 'type': 'directory',
'contents': [
{ 'name': 'module.modulemap', 'type': 'file',
'external-contents': 'cling/boost.modulemap'
}
]
}]
}
]
}
Adding runtime include paths:
"/usr/local/include:/home/jeaye/projects/jank/build/cling/include:/home/jeaye/projects/jank/build/llvm/llvm/../clang/include:/home/jeaye/projects/jank/build/cling-build/tools/clang/include:/home/jeaye/projects/jank/build/llvm/llvm/include:/home/jeaye/projects/jank/build/cling-build/include"
Added include paths:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
Added include paths:
/home/jeaye/projects/jank/build-monorepo/cling-build/include
Added include paths:
/home/jeaye/projects/jank/build-monorepo/cling-build/include/../tools/clang/include
Setting up system headers with clang:
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
#include <cling/Interpreter/RuntimeUniverse.h>
namespace cling { class Interpreter; namespace runtime { Interpreter* gCling=(Interpreter*)0x7fff0ecdbfd8;
RuntimeOptions* gClingOpts=(RuntimeOptions*)0x7fff0ecdc158;}}
extern "C" int __cxa_atexit(void (*f)(void*), void*, void*) noexcept;
#define __dso_handle ((void*)0x7fff0ecdbfd8)
extern "C" int atexit(void(*f)()) throw () { return __cxa_atexit((void(*)(void*))f, 0, __dso_handle); }
extern "C++" int at_quick_exit(void(*f)()) throw () { return __cxa_atexit((void(*)(void*))f, 0, __dso_handle); }
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3167:25: error: redefinition of 'is_array_v<_Tp []>'
inline constexpr bool is_array_v<_Tp[]> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3169:25: error: redefinition of 'is_array_v<_Tp [_Num]>'
inline constexpr bool is_array_v<_Tp[_Num]> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3176:25: error: redefinition of 'is_lvalue_reference_v<_Tp &>'
inline constexpr bool is_lvalue_reference_v<_Tp&> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3180:25: error: redefinition of 'is_rvalue_reference_v<_Tp &&>'
inline constexpr bool is_rvalue_reference_v<_Tp&&> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3198:25: error: redefinition of 'is_reference_v<_Tp &>'
inline constexpr bool is_reference_v<_Tp&> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3200:25: error: redefinition of 'is_reference_v<_Tp &&>'
inline constexpr bool is_reference_v<_Tp&&> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3216:25: error: redefinition of 'is_const_v<const _Tp>'
inline constexpr bool is_const_v<const _Tp> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3220:25: error: redefinition of 'is_volatile_v<volatile _Tp>'
inline constexpr bool is_volatile_v<volatile _Tp> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3336:27: error: redefinition of 'rank_v<_Tp [_Size]>'
inline constexpr size_t rank_v<_Tp[_Size]> = 1 + rank_v<_Tp>;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3338:27: error: redefinition of 'rank_v<_Tp []>'
inline constexpr size_t rank_v<_Tp[]> = 1 + rank_v<_Tp>;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3343:27: error: redefinition of 'extent_v<_Tp [_Size], 0>'
inline constexpr size_t extent_v<_Tp[_Size], 0> = _Size;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3345:27: error: redefinition of 'extent_v<_Tp [_Size], _Idx>'
inline constexpr size_t extent_v<_Tp[_Size], _Idx> = extent_v<_Tp, _Idx - 1>;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3347:27: error: redefinition of 'extent_v<_Tp [], 0>'
inline constexpr size_t extent_v<_Tp[], 0> = 0;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:60:
/usr/include/c++/13.2.1/type_traits:3349:27: error: redefinition of 'extent_v<_Tp [], _Idx>'
inline constexpr size_t extent_v<_Tp[], _Idx> = extent_v<_Tp, _Idx - 1>;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <type_traits> // for std::__decay_and_strip
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
In file included from /usr/include/c++/13.2.1/bits/stl_pair.h:62:
/usr/include/c++/13.2.1/bits/utility.h:219:27: error: redefinition of '__is_in_place_type_v<in_place_type_t<_Tp>>'
inline constexpr bool __is_in_place_type_v<in_place_type_t<_Tp>> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:62:11: note: '/usr/include/c++/13.2.1/bits/utility.h' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <bits/utility.h> // for std::tuple_element, std::tuple_size
^
/usr/include/c++/13.2.1/bits/stl_pair.h:62:11: note: '/usr/include/c++/13.2.1/bits/utility.h' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
# include <bits/utility.h> // for std::tuple_element, std::tuple_size
^
/usr/include/c++/13.2.1/bits/stl_pair.h:964:29: error: redefinition of 'tuple_size_v<pair<_Tp1, _Tp2>>'
inline constexpr size_t tuple_size_v<pair<_Tp1, _Tp2>> = 2;
^
/usr/include/c++/13.2.1/bits/stl_algobase.h:64:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
#include <bits/stl_pair.h>
^
/usr/include/c++/13.2.1/utility:69:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
#include <bits/stl_pair.h>
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
/usr/include/c++/13.2.1/bits/stl_pair.h:967:29: error: redefinition of 'tuple_size_v<const pair<_Tp1, _Tp2>>'
inline constexpr size_t tuple_size_v<const pair<_Tp1, _Tp2>> = 2;
^
/usr/include/c++/13.2.1/bits/stl_algobase.h:64:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
#include <bits/stl_pair.h>
^
/usr/include/c++/13.2.1/utility:69:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
#include <bits/stl_pair.h>
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/iterator_range.h:21:
In file included from /usr/include/c++/13.2.1/utility:69:
/usr/include/c++/13.2.1/bits/stl_pair.h:973:27: error: redefinition of '__is_pair<pair<_Tp, _Up>>'
inline constexpr bool __is_pair<pair<_Tp, _Up>> = true;
^
/usr/include/c++/13.2.1/bits/stl_algobase.h:64:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
#include <bits/stl_pair.h>
^
/usr/include/c++/13.2.1/utility:69:10: note: '/usr/include/c++/13.2.1/bits/stl_pair.h' included multiple times, additional include site in header from module 'LLVM_Utils.ADT.iterator_range'
#include <bits/stl_pair.h>
^
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Utils' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/APFixedPoint.h:20:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallString.h:16:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ADT/SmallVector.h:18:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Support/ErrorHandling.h:18:
In file included from /usr/include/c++/13.2.1/string:42:
In file included from /usr/include/c++/13.2.1/bits/char_traits.h:50:
/usr/include/c++/13.2.1/type_traits:3167:25: error: redefinition of 'is_array_v<_Tp []>'
inline constexpr bool is_array_v<_Tp[]> = true;
^
/usr/include/c++/13.2.1/bits/stl_pair.h:60:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.MathExtras'
# include <type_traits> // for std::__decay_and_strip
^
/usr/include/c++/13.2.1/bits/char_traits.h:50:11: note: '/usr/include/c++/13.2.1/type_traits' included multiple times, additional include site in header from module 'LLVM_Utils.Support.ErrorHandling'
# include <type_traits>
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/ABI.h:18:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/Support/DataTypes.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Transforms' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/Sanitizers.h:19:
While building module 'LLVM_intrinsic_gen' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h:20:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/Argument.h:16:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/Twine.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Transforms' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/Sanitizers.h:19:
While building module 'LLVM_intrinsic_gen' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h:20:
While building module 'LLVM_IR' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/Argument.h:19:
In file included from <module-includes>:2:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/Assumptions.h:18:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/StringRef.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Transforms' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/Sanitizers.h:19:
While building module 'LLVM_intrinsic_gen' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h:20:
While building module 'LLVM_IR' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/Argument.h:19:
While building module 'LLVM_BinaryFormat' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/DebugInfoMetadata.h:25:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h:19:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/BinaryFormat/MsgPackDocument.h:20:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/BinaryFormat/MsgPackReader.h:36:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/Support/Error.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Transforms' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/Sanitizers.h:19:
While building module 'LLVM_intrinsic_gen' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h:20:
While building module 'LLVM_IR' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/Argument.h:19:
While building module 'LLVM_Pass' imported from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/IR/LegacyPassManager.h:19:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Pass.h:337:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/PassAnalysisSupport.h:25:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/STLExtras.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
While building module 'Clang_Basic' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:
While building module 'LLVM_Transforms' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/Sanitizers.h:19:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h:20:10: fatal error: could not build module 'LLVM_intrinsic_gen'
#include "llvm/IR/PassManager.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Analysis/AliasAnalysis.h:40:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/DenseMap.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:17:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/ArrayRef.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Target/CGPassBuilderOption.h:17:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/Optional.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/MC/ConstantPools.h:16:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/MapVector.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/MC/LaneBitmask.h:32:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/Support/Compiler.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h:16:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/ArrayRef.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Bitstream/BitCodes.h:20:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/SmallVector.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h:17:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/BitmaskEnum.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_AST' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/clang/include/clang/AST/APValue.h:16:10: fatal error: could not build module 'Clang_Basic'
#include "clang/Basic/LLVM.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
In file included from <module-includes>:1:
In file included from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/AutoloadCallback.h:14:
/home/jeaye/projects/jank/build/cling/include/cling/Interpreter/InterpreterCallbacks.h:13:10: fatal error: could not build module 'Clang_AST'
#include "clang/AST/DeclarationName.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_Frontend' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/CIFactory.h:13:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Frontend/ASTConsumers.h:16:10: fatal error: could not build module 'Clang_AST'
#include "clang/AST/ASTDumperUtils.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Lex/CodeCompletionHandler.h:16:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/StringRef.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Sema/AnalysisBasedWarnings.h:16:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/DenseMap.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Basic/AllDiagnostics.h:17:10: fatal error: could not build module 'Clang_Basic'
#include "clang/Basic/DiagnosticAST.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Serialization/ASTBitCodes.h:20:10: fatal error: could not build module 'Clang_AST'
#include "clang/AST/DeclarationName.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h:18:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/BitVector.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/home/jeaye/projects/jank/build/llvm/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:17:10: fatal error: could not build module 'Clang_Analysis'
#include "clang/Analysis/PathDiagnostic.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
/home/jeaye/projects/jank/build/llvm/clang/include/clang/Driver/Action.h:12:10: fatal error: could not build module 'Clang_Basic'
#include "clang/Basic/LLVM.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~
clang -cc1 version 13.0.0 based upon LLVM 13.0.0 default target x86_64-unknown-linux-gnu
ignoring nonexistent directory "/usr/lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../x86_64-pc-linux-gnu/include"
ignoring nonexistent directory "/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/include"
ignoring duplicate directory "/home/jeaye/projects/jank/build/cling-build/tools/clang/include"
#include "..." search starts here:
#include <...> search starts here:
/home/jeaye/projects/jank/build/cling/include
/home/jeaye/projects/jank/build/llvm/llvm/../clang/include
/home/jeaye/projects/jank/build/cling-build/tools/clang/include
/home/jeaye/projects/jank/build/llvm/llvm/include
/home/jeaye/projects/jank/build/cling-build/include
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/x86_64-pc-linux-gnu
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/13.2.1/../../../../include/c++/13.2.1/backward
/home/jeaye/projects/jank/build/cling-build/lib/clang/13.0.0/include
/usr/local/include
/usr/include
End of search list.
While building module 'Cling_Interpreter' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:
While building module 'Clang_Frontend' imported from /home/jeaye/projects/jank/build/cling/include/cling/Interpreter/CIFactory.h:13:
While building module 'Clang_Driver' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Frontend/Utils.h:18:
While building module 'LLVM_Option' imported from /home/jeaye/projects/jank/build/llvm/clang/include/clang/Driver/Types.h:14:
In file included from <module-includes>:1:
/home/jeaye/projects/jank/build/llvm/llvm/include/llvm/Option/Arg.h:17:10: fatal error: could not build module 'LLVM_Utils'
#include "llvm/ADT/SmallVector.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from input_line_2:1:
/home/jeaye/projects/jank/build/cling/include/cling/Interpreter/RuntimeUniverse.h:27:10: fatal error: could not build module 'Cling_Interpreter'
#include "cling/Interpreter/Visibility.h"
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#0 0x0000555eb17799f2 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (./build/cling-build/bin/cling+0x116b9f2)
#1 0x0000555eb177774c llvm::sys::RunSignalHandlers() (./build/cling-build/bin/cling+0x116974c)
#2 0x0000555eb177a0a4 SignalHandler(int) Signals.cpp:0:0
#3 0x00007fd8bd43e710 (/usr/lib/libc.so.6+0x3e710)
#4 0x0000555eb3336104 clang::StoredDeclsList::getASTContext() (./build/cling-build/bin/cling+0x2d28104)
#5 0x0000555eb3333e64 clang::DeclContext::removeDecl(clang::Decl*) (./build/cling-build/bin/cling+0x2d25e64)
#6 0x0000555eb16252f5 cling::DeclUnloader::VisitDecl(clang::Decl*) (./build/cling-build/bin/cling+0x10172f5)
#7 0x0000555eb1625333 cling::DeclUnloader::VisitNamedDecl(clang::NamedDecl*) (./build/cling-build/bin/cling+0x1017333)
#8 0x0000555eb1626893 cling::DeclUnloader::VisitNamespaceDecl(clang::NamespaceDecl*) (./build/cling-build/bin/cling+0x1018893)
#9 0x0000555eb162649d cling::DeclUnloader::VisitDeclContext(clang::DeclContext*) (./build/cling-build/bin/cling+0x101849d)
#10 0x0000555eb1626bbc cling::DeclUnloader::VisitLinkageSpecDecl(clang::LinkageSpecDecl*) (./build/cling-build/bin/cling+0x1018bbc)
#11 0x0000555eb16c9128 cling::TransactionUnloader::unloadDeclarations(cling::Transaction*, cling::DeclUnloader&) (./build/cling-build/bin/cling+0x10bb128)
#12 0x0000555eb16c94bf cling::TransactionUnloader::RevertTransaction(cling::Transaction*) (./build/cling-build/bin/cling+0x10bb4bf)
#13 0x0000555eb16972e9 cling::Interpreter::unload(cling::Transaction&) (./build/cling-build/bin/cling+0x10892e9)
#14 0x0000555eb1689704 cling::IncrementalParser::commitTransaction(llvm::PointerIntPair<cling::Transaction*, 2u, cling::IncrementalParser::EParseResult, llvm::PointerLikeTypeTraits<cling::Transaction*>, llvm::PointerIntPairInfo<cling::Transaction*, 2u, llvm::PointerLikeTypeTraits<cling::Transaction*>>>&, bool) (./build/cling-build/bin/cling+0x107b704)
#15 0x0000555eb168fcc5 cling::Interpreter::Interpreter(int, char const* const*, char const*, std::vector<std::shared_ptr<clang::ModuleFileExtension>, std::allocator<std::shared_ptr<clang::ModuleFileExtension>>> const&, void*, bool, cling::Interpreter const*) (./build/cling-build/bin/cling+0x1081cc5)
#16 0x0000555eb156798f main (./build/cling-build/bin/cling+0xf5998f)
#17 0x00007fd8bd427cd0 (/usr/lib/libc.so.6+0x27cd0)
#18 0x00007fd8bd427d8a __libc_start_main (/usr/lib/libc.so.6+0x27d8a)
#19 0x0000555eb1567805 _start (./build/cling-build/bin/cling+0xf59805)
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace.
Stack dump:
0. Program arguments: ./build/cling-build/bin/cling -v -fmodules
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment