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

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 5 08:00:23 PST 2022


yota9 added inline comments.


================
Comment at: bolt/runtime/CMakeLists.txt:40
   target_compile_options(bolt_rt_instr_osx PRIVATE
     -target x86_64-apple-darwin19.6.0
     -ffreestanding
----------------
Probably the target line could be removed now, how do you think @Amir  @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