Fangrui Song
c5de4dd1ea
[test] %clang_cc1 -emit-llvm: remove redundant -S
...
And replace -emit-llvm -o - with -emit-llvm-only
2024-05-04 17:00:29 -07:00
Mubashar Ahmad
35737df4dc
[Clang][AArch64][ARM] Unaligned Access Warning Added
...
Added warning for potential cases of
unaligned access when option
-mno-unaligned-access has been specified
Differential Revision: https://reviews.llvm.org/D116221
2022-01-20 14:12:49 +00:00
Archibald Elliott
3aec4b3d34
Revert "Unaligned Access Warning Added"
...
This reverts commits:
- 2cd2600abaf3c604889b77ab408fdf89d7a21c48
- 11c67e5a4e99f51ec66c9781710f81955cfd5e24
Due to test failures on Windows.
2022-01-07 13:07:30 +00:00
Mubashar Ahmad
2cd2600aba
Unaligned Access Warning Added
...
Added warning for potential cases of
unaligned access when option
-mno-unaligned-access has been specified
2022-01-07 09:54:20 +00:00