[all-commits] [llvm/llvm-project] 3796ef: [Hexagon] Add nounwind to hexagon-strcpy.ll (#151293)
Sudharsan Veeravalli via All-commits
all-commits at lists.llvm.org
Wed Jul 30 22:44:16 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3796efb5dc08d4596aa986bd03a1290c43e2e995
https://github.com/llvm/llvm-project/commit/3796efb5dc08d4596aa986bd03a1290c43e2e995
Author: Sudharsan Veeravalli <quic_svs at quicinc.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M llvm/test/CodeGen/Hexagon/hexagon-strcpy.ll
Log Message:
-----------
[Hexagon] Add nounwind to hexagon-strcpy.ll (#151293)
The test does not check for anything related to cfi information so we
don't really need them in the test checks. Also it looks like there were
some failures on the Alpine Linux builders due to the placement of the
cfi information in the output assembly.
I have also changed `-march` to `-mtriple` in the run line similar to
2208c97
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list