Skip to content

Commit

Permalink
[Xtensa] Add Xtensa builtins into last builtin ID calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Jul 9, 2024
1 parent 6bc1f2c commit 74a35b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/TargetBuiltins.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ namespace clang {
PPC::LastTSBuiltin, NVPTX::LastTSBuiltin, AMDGPU::LastTSBuiltin,
X86::LastTSBuiltin, VE::LastTSBuiltin, RISCV::LastTSBuiltin,
Hexagon::LastTSBuiltin, Mips::LastTSBuiltin, XCore::LastTSBuiltin,
SystemZ::LastTSBuiltin, WebAssembly::LastTSBuiltin});
SystemZ::LastTSBuiltin, WebAssembly::LastTSBuiltin, Xtensa::LastTSBuiltin});

} // end namespace clang.

Expand Down

0 comments on commit 74a35b5

Please sign in to comment.