Skip to content

Commit 2783ef8

Browse files
authored
Comment out support for mtag extension in libunwind (#85431)
Works around build breaks with some compiler versions. Fixes dotnet/source-build#3424
1 parent e7481e2 commit 2783ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/native/external/llvm-libunwind/src/DwarfInstructions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc,
211211
// __unw_step_stage2 is not used for cross unwinding, so we use
212212
// __aarch64__ rather than LIBUNWIND_TARGET_AARCH64 to make sure we are
213213
// building for AArch64 natively.
214-
#if defined(__aarch64__)
214+
#if 0 // defined(__aarch64__)
215215
if (stage2 && cieInfo.mteTaggedFrame) {
216216
pint_t sp = registers.getSP();
217217
pint_t p = sp;

0 commit comments

Comments
 (0)