[PATCH] D67195: Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds.

Saleem Abdulrasool via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 16:41:37 PDT 2019


compnerd added a comment.

@beanz - I must be mistaken about something.  The condition is if `LLVM_ENABLE_RUNTIMES` is **NOT** specified for the current target, we pass in the global value (which was previously passed via the `PASSTHROUGH_PREFIXES`), and if it is specified, we will pass in the specified value.  So, the only behaviour change that is visible is if the user specified a target specific `LLVM_ENABLE_RUNTIMES` value it is now honoured.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67195





More information about the llvm-commits mailing list