diff options
author | Daniel Paoliello <danpao@microsoft.com> | 2025-08-12 11:05:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-12 11:05:07 -0700 |
commit | c430e06fb58692d25284257c95ad77a33ed03438 (patch) | |
tree | 4fa7e1a444df0263012639173b8760441785e768 /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 348f01f89c272c08e46bbdc1779d658323f17214 (diff) | |
download | llvm-c430e06fb58692d25284257c95ad77a33ed03438.zip llvm-c430e06fb58692d25284257c95ad77a33ed03438.tar.gz llvm-c430e06fb58692d25284257c95ad77a33ed03438.tar.bz2 |
[win][arm64ec] Fix duplicate errors with the dontcall attribute (#152810)
Since the `dontcall-*` attributes are checked both by
`FastISel`/`GlobalISel` and `SelectionDAGBuilder`, and both `FastISel`
and `GlobalISel` bail for calls on Arm64EC for AFTER doing the check, we
ended up emitting duplicate copies of this error.
This change moves the checking for `dontcall-*` in `FastISel` and
`GlobalISel` to after it has been successfully lowered.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions