[PATCH] D119038: [BOLT] Fix bolt_rt_instr for osx build condition

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 15:13:09 PST 2022


Amir accepted this revision.
Amir added a subscriber: alexander-shaposhnikov.
Amir added a comment.
This revision is now accepted and ready to land.

CMAKE_SYSTEM_NAME is the compilation target, so it makes sense to use it instead of compiler id. We may need to add a Darwin cross-compilation target for build testing to prevent bitrot.

cc @alexander-shaposhnikov


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119038



More information about the llvm-commits mailing list