[PATCH] D49381: [DWARF] Unclamp line table version on Darwin for v5 and later.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 08:16:01 PDT 2018


aprantl added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/dwarf-md5.ll:5
 ; REQUIRES: object-emission
 ; RUN: %llc_dwarf -dwarf-version 4 -filetype=asm -o - %s | FileCheck %s --check-prefix=ASM-4
 ; RUN: %llc_dwarf -dwarf-version 5 -filetype=asm -o - %s | FileCheck %s --check-prefix=ASM-5
----------------
why does this still work? Wouldn't it yield a DWARF v2 linetable on darwin?


Repository:
  rL LLVM

https://reviews.llvm.org/D49381





More information about the llvm-commits mailing list