aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <thomasp@graphcore.ai>2021-04-04 11:12:58 +0100
committerThomas Preud'homme <thomasp@graphcore.ai>2021-04-08 09:42:59 +0100
commit04419628e011d32a1b3dd8efd981ed9e978bf43d (patch)
tree15d57afede5b92ebf63a70800f73edfeaf76bb9f /flang/lib/Frontend/CompilerInvocation.cpp
parentb614ada0e80fe1af00294e8460f987dc6a7e4d5b (diff)
downloadllvm-04419628e011d32a1b3dd8efd981ed9e978bf43d.zip
llvm-04419628e011d32a1b3dd8efd981ed9e978bf43d.tar.gz
llvm-04419628e011d32a1b3dd8efd981ed9e978bf43d.tar.bz2
[AMDGPU, test] Fix use of undef FileCheck var
Test CodeGen/AMDGPU/amdgpu.private-memory.ll and CodeGen/AMDGPU/private-memory-r600.ll have a block of CHECK directives whose prefix is inconsistent: R600-CHECK Vs R600. This leads to a R600-NOT directive using an undefined CHAN variable due to R600-CHECK directives never being considered by FileCheck. Fixing the prefix leads to the testcase failing. As per https://reviews.llvm.org/D99865#2675235 this commit removes the directives instead since it is not possible to write a reliable check. Reviewed By: arsenm Differential Revision: https://reviews.llvm.org/D99865
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions