Tests added in https://reviews.llvm.org/D80242
https://reviews.llvm.org/rGcbd8ec93709376fbf404c99f4eee399790e26db7
are failing on OSX due to missing target triple.
http://green.lab.llvm.org/green/job/clang-stage1-RA/13460/consoleFull#-42777206a1ca8a51-895e-46c6-af87-ce24fa4cd561
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Oh, sorry I didn't notice this in the original review - tests outside of test/Driver should only use %clang_cc1, rather than testing through the driver. Could you update this test and the C test to use %clang_cc1?
& why did this need a specific target triple? What did that change in the output?
It looks like maybe the/a bug is that the RETTYPES check has a hardcoded value in it (!5, in this test, !17 in the C test) - those should be removed, replaced with {{![0-9]*}} for instance. That might make these tests work without a specific triple, which would get us some more test coverage.