aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2021-06-25 08:52:36 +0000
committerDavid Spickett <david.spickett@linaro.org>2021-06-25 08:57:05 +0000
commit64f98aae40894cb0b281723c7f91e73705f551ce (patch)
treea6c6a7b4a0d2cff88a07e559c2b59a506cafa0e2 /flang/lib/Frontend/CompilerInvocation.cpp
parenteffc3339f6c7702357471efc849c4fc31b4b1aad (diff)
downloadllvm-64f98aae40894cb0b281723c7f91e73705f551ce.zip
llvm-64f98aae40894cb0b281723c7f91e73705f551ce.tar.gz
llvm-64f98aae40894cb0b281723c7f91e73705f551ce.tar.bz2
[lldb] Fix memory tag unsupported test
This corrects the test added in 31f9960c38529ce805edf9764535eb0ce188cadf and temporarily patched in 3b4aad1186e8e8e6f6c7887cb5e8d9bfd7d3ce2f. This test checks that the memory tag read command errors when you use it on a platform without memory tagging. (which is why we skip the test if you actually have MTE) The problem with this test is that there's two levels of unsupported each with it's own specific error. On anything that isn't AArch64, there's no tagging extension we support. So you're told that that is the case. As in "this won't ever work". When you're on AArch64 we know that MTE could be present on the remote and when we find that it isn't, we tell you that instead. Expect a different error message on AArch64 to fix the test.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions