diff options
author | Qiongsi Wu <274595+qiongsiwu@users.noreply.github.com> | 2024-08-12 16:00:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 16:00:25 -0400 |
commit | 123b6fcc70af17d81c903b839ffb55afc9a9728f (patch) | |
tree | a3cf85e835c092959823050b18966d6c0332a1c1 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c (diff) | |
download | llvm-123b6fcc70af17d81c903b839ffb55afc9a9728f.zip llvm-123b6fcc70af17d81c903b839ffb55afc9a9728f.tar.gz llvm-123b6fcc70af17d81c903b839ffb55afc9a9728f.tar.bz2 |
[AIX] Revert `#pragma mc_func` check (#102919)
https://github.com/llvm/llvm-project/pull/99888 added a specific
diagnostic for `#pragma mc_func` on AIX. There are some disagreements
on:
1. If the check should be on by default. Leaving the check off by
default is dangerous, since it is difficult to be aware of such a check.
Turning it on by default at the moment causes build failures on AIX. See
https://github.com/llvm/llvm-project/pull/101336 for more details.
2. If the check can be made more general. See
https://github.com/llvm/llvm-project/pull/101336#issuecomment-2269283906.
This PR reverts this check from `main` so we can flush out these
disagreements.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions