[PATCH] D26927: [asan] Specialize the initialization-bug.cc testcase for Darwin (it needs a deployment target of 10.11+)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 21 13:11:11 PST 2016


rnk added a comment.

I'm suggesting this kind of thing:

  // RUN: %clangxx_asan %mac_min_target_10.11 -O0 %s %p/../Helpers/initialization-bug-extra2.cc -o %t-INIT-ORDER-EXE
  ...
  // UNSUPPORTED: osx-no-ld64-live_support

lit.common.cfg:

  ...
  config.available_features.add('osx-ld64-live_support')
  config.substitutions.append( ("%mac_min_target_10.11", "-mmacosx-version-min=10.11") )


Repository:
  rL LLVM

https://reviews.llvm.org/D26927





More information about the llvm-commits mailing list