CommandLine Error: Option 'max-deopt-or-unreachable-succ-check-depth' registered more than once!
Some configurations generate executables that fail with the message
CommandLine Error: Option 'max-deopt-or-unreachable-succ-check-depth' registered more than once!
The following diff shows CMakeCache.txt changes between a functioning
(debug-build
) and non-functioning (debug-build-old
) configuration.
parabix-devel/debug-build$ diff CMakeCache.txt ../debug-build-old/CMakeCache.txt
54,56c54,55
< //A wrapper around 'ar' adding the appropriate '--plugin' option
< // for the GCC compiler
< CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-13
---
> //LLVM archiver
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/llvm-ar-18
58,60c57,61
< //A wrapper around 'ranlib' adding the appropriate '--plugin' option
< // for the GCC compiler
< CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-13
---
> //`clang-scan-deps` dependency scanner
> CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS:FILEPATH=CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-NOTFOUND
>
> //Generate index for LLVM archive
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/llvm-ranlib-18
397a399,400
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS
> CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS-ADVANCED:INTERNAL=1
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information