| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This ensures that the tests link with the latest OS.
llvm-svn: 332647
|
|
|
|
|
|
| |
Looks like the problem was a case-insensitive include of dispatch/dispatch.h.
llvm-svn: 297392
|
|
|
|
|
|
| |
This reverts r297382, it was causing build failures.
llvm-svn: 297388
|
|
This predicate compares the host's marketing OS version to one passed as
argument. Currently, only darwin targets are supported. This is done by parsing
the SystemVersion.plist file.
Also added in this patch is some lit testing infrastructure for builtins, which
previously had none. This part of the patch was written by Alex Lorenz (with
some minor modifications).
This patch is part of a feature I proposed here:
http://lists.llvm.org/pipermail/cfe-dev/2016-July/049851.html
Differential revision: https://reviews.llvm.org/D30136
llvm-svn: 297382
|