[PATCH] D26927: [asan] Specialize the initialization-bug.cc testcase for Darwin (it needs a deployment target of 10.11+)
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 13:06:26 PST 2016
kubabrecka added a comment.
In https://reviews.llvm.org/D26927#601704, @rnk wrote:
> Rather than duplicating the test, maybe we should add a lit substitution that expands to 10.11 deployment target?
If I add "REQUIRES: osx10.11" the test won't be run on non-OSX platforms. Are you suggesting something else?
Repository:
rL LLVM
https://reviews.llvm.org/D26927
More information about the llvm-commits
mailing list