Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cameron
  • parabix-devel
  • Issues
  • #84

Closed
Open
Created Sep 18, 2025 by cameron@cameronMaintainer

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
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking