[compiler-rt] [ctx_profile] Integration test (PR #92456)

Steve Scalpone via llvm-commits llvm-commits at lists.llvm.org
Sat May 18 09:30:28 PDT 2024


sscalpone wrote:

Please test with CMake variable -DCOMPILER_RT_BUILD_SANITIZERS=OFF.

```
CMake Error at cmake/Modules/AddCompilerRT.cmake:355 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:RTSanitizerCommon.x86_64>

  Objects of target "RTSanitizerCommon.x86_64" referenced but no such target
  exists.
Call Stack (most recent call first):
  lib/ctx_profile/CMakeLists.txt:22 (add_compiler_rt_runtime)


CMake Error at cmake/Modules/AddCompilerRT.cmake:355 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:RTSanitizerCommon.x86_64>

  Objects of target "RTSanitizerCommon.x86_64" referenced but no such target
  exists.
Call Stack (most recent call first):
  lib/ctx_profile/CMakeLists.txt:22 (add_compiler_rt_runtime)


CMake Error at cmake/Modules/AddCompilerRT.cmake:355 (add_library):
  Error evaluating generator expression:

    $<TARGET_OBJECTS:RTSanitizerCommon.x86_64>

  Objects of target "RTSanitizerCommon.x86_64" referenced but no such target
  exists.
Call Stack (most recent call first):
  lib/ctx_profile/CMakeLists.txt:22 (add_compiler_rt_runtime)


CMake Error at cmake/Modules/AddCompilerRT.cmake:355 (add_library):
  No SOURCES given to target: clang_rt.ctx_profile-x86_64
Call Stack (most recent call first):
  lib/ctx_profile/CMakeLists.txt:22 (add_compiler_rt_runtime)

CMake Generate step failed.  Build files cannot be regenerated correctly.
```

https://github.com/llvm/llvm-project/pull/92456


More information about the llvm-commits mailing list