[all-commits] [llvm/llvm-project] 1a76c2: [hexagon] Enable --eh-frame-hdr (#130225)
Brian Cain via All-commits
all-commits at lists.llvm.org
Thu Mar 27 16:25:00 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 1a76c29a9ba877c85acf455f05af47039607958b
https://github.com/llvm/llvm-project/commit/1a76c29a9ba877c85acf455f05af47039607958b
Author: Brian Cain <brian.cain at oss.qualcomm.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M clang/lib/Driver/ToolChains/Hexagon.cpp
M clang/test/Driver/hexagon-toolchain-elf.c
M clang/test/Driver/hexagon-toolchain-linux.c
Log Message:
-----------
[hexagon] Enable --eh-frame-hdr (#130225)
The missing `PT_GNU_EH_FRAME` was causing C++ exception handling test
failures in llvm-test-suite. We should unconditionally add this argument
like the other drivers do.
Discovered-by: Alexey Karyakin <akaryaki at quicinc.com>
Fixes: #129745
(cherry picked from commit 6657769199ad625ea0cb7f7c054d4f6a27806080)
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