llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Update buildbot/configure.py

Open dyniols opened this issue 1 month ago • 2 comments

This PR updates cmake configuration option based on this warning.

-- Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:198 (message):
  Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will become a
  fatal error in a future release.  Please use
  -DLLVM_ENABLE_RUNTIMES=compiler-rt or see the instructions at
  https://compiler-rt.llvm.org/ for building the runtimes.

Not sure if it's right solution but with review I am waiting for suggestions.

dyniols avatar Dec 09 '25 10:12 dyniols

@dyniols It looks like configure is failing on both platforms with this change, can you take a look to see if you can figure out the cause?

sarnex avatar Dec 10 '25 15:12 sarnex

@dyniols It looks like configure is failing on both platforms with this change, can you take a look to see if you can figure out the cause?

Yes I will take a look.

dyniols avatar Dec 11 '25 08:12 dyniols