summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-systemz-error2.c
Commit message (Collapse)AuthorAgeFilesLines
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-301-0/+11
BuiltinsSystemZ.def is extended to include the required processor features per intrinsic. New test test/CodeGen/builtins-systemz-error2.c that checks for expected errors when instrinsics are used with a subtarget that does not support the required feature (e.g. vector support). Reviewed by Ulrich Weigand. llvm-svn: 264873
OpenPOWER on IntegriCloud