diff options
author | Schrodinger ZHU Yifan <yifanzhu@rochester.edu> | 2024-11-26 15:15:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 15:15:58 -0500 |
commit | c71418574f1bb9e4678428901775c8b633cded09 (patch) | |
tree | fa4072933e0b5f822bd4998b2cb5cb60c7ce2133 /llvm/lib/Transforms/Utils/Local.cpp | |
parent | c9562b181cafafba104cccd7334ace1fd6aee5ac (diff) | |
download | llvm-c71418574f1bb9e4678428901775c8b633cded09.zip llvm-c71418574f1bb9e4678428901775c8b633cded09.tar.gz llvm-c71418574f1bb9e4678428901775c8b633cded09.tar.bz2 |
[libc] suppress more clang-cl warnings (#117718)
- migrate more `-O3` to `${libc_opt_high_flag}`
- workaround a issue with `LLP64` in test. The overflow testing is
guarded by a constexpr but the literal overflow itself will still
trigger warnings.
Notice that for math smoke test, for some reasons, the
`${libc_opt_high_flag}` will be passed into `lld-link` which confuses
the linker so there are still some warnings leftover there. I can
investigate more when I have time.
Diffstat (limited to 'llvm/lib/Transforms/Utils/Local.cpp')
0 files changed, 0 insertions, 0 deletions