[PATCH] D136078: Use-after-return sanitizer binary metadata

Dmitry Vyukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 5 06:19:03 PST 2022


dvyukov added a comment.

Fix for:

  -- Supported architectures for crt: aarch64
  CMake Error at compiler-rt/cmake/config-ix.cmake:244 (message):
    Unsupported architecture: x86_64
  Call Stack (most recent call first):
    compiler-rt/cmake/config-ix.cmake:280 (get_target_flags_for_arch)
    compiler-rt/test/metadata/CMakeLists.txt:7 (get_test_cc_for_arch)
  -- Configuring incomplete, errors occurred!

https://reviews.llvm.org/D139323


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136078/new/

https://reviews.llvm.org/D136078



More information about the cfe-commits mailing list