[libc-commits] [PATCH] D142108: [libc][NFC] Detect host CPU features using try_compile instead of try_run.

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jan 23 03:56:14 PST 2023


gchatelet added a comment.

For a reason that I don't understand yet, the build bots are not detecting the cpu features.
https://lab.llvm.org/buildbot/#/builders/90/builds/44634/steps/4/logs/stdio

  -- Set COMPILER_RESOURCE_DIR to /usr/lib/llvm-11/lib/clang/11.0.1 using --print-resource-dir
  -- Building libc for x86_64 on linux
  -- Set CPU features: 
  -- Skipping libc entrypoint libc.src.stdlib.getenv.
  -- Skipping libc entrypoint libc.src.stdio.fopen.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142108



More information about the libc-commits mailing list