mirror of
https://github.com/RPCS3/llvm.git
synced 2026-01-31 01:25:19 +01:00
This allows the flag to be persisted through to LTO. Differential Revision: https://reviews.llvm.org/D37655 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313078 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
270 B
LLVM
7 lines
270 B
LLVM
; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s
|
|
|
|
!named = !{!0}
|
|
; CHECK: !DICompileUnit({{.*}}, gnuPubnames: true)
|
|
!0 = distinct !DICompileUnit(language: 12, file: !1, gnuPubnames: true)
|
|
!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
|