diff options
author | Paul Robinson <paul.robinson@sony.com> | 2021-07-30 07:22:56 -0700 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2021-07-30 07:59:29 -0700 |
commit | e6620a351ecb87a75eca116399c5b359e3c63cc8 (patch) | |
tree | 7d7961dd74e6938647cb90a30fdc7ee036104294 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 12da97ea10a941f0123340831300d09a2121e173 (diff) | |
download | llvm-e6620a351ecb87a75eca116399c5b359e3c63cc8.zip llvm-e6620a351ecb87a75eca116399c5b359e3c63cc8.tar.gz llvm-e6620a351ecb87a75eca116399c5b359e3c63cc8.tar.bz2 |
Fix test that was never run.
Commit 83df122 (r368334) added 'REQUIRES: linux' to this test, but
because triples are not respected by REQUIRES, that meant it was
invariably Unsupported. The correct keyword would be 'system-linux'
(checking the host rather than the target).
Because the test was always skipped, commit 0cfd9e5 (r375439) did not
notice that the test modification was incorrect.
This patch corrects the REQUIRES clause and fixes the incorrect
previous patch.
Found after implementing https://reviews.llvm.org/D107162
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions