[PATCH] D105835: [Driver] Let -fno-integrated-as -gdwarf-5 use -fdwarf-directory-asm

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 12 14:54:09 PDT 2021


MaskRay added a comment.

In D105835#2872362 <https://reviews.llvm.org/D105835#2872362>, @dblaikie wrote:

> Not sure I quite follow - is this an alternative to/replacement for D105662 <https://reviews.llvm.org/D105662>? Is the intent to revert D105662 <https://reviews.llvm.org/D105662> after this (D105835 <https://reviews.llvm.org/D105835>) (& some corresponding change to llc?) lands?

It is an alternative to D105662 <https://reviews.llvm.org/D105662>.

This fixes the root cause: `UseDwarfDirectory` should be true with `-fno-integrated-as -gdwarf-5`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105835/new/

https://reviews.llvm.org/D105835



More information about the cfe-commits mailing list