summaryrefslogtreecommitdiff
path: root/test/Linker/subprogram-linkonce-weak.ll
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
committerAdrian Prantl <aprantl@apple.com>2016-04-01 00:16:49 +0000
commit7876f64bc35215e06cfcc0d18aa6a81d2f7a31a4 (patch)
tree420ebb2a3c67bdb84471e136617676636bd705a1 /test/Linker/subprogram-linkonce-weak.ll
parent120652acc2832081117d2bbef8c98e6de012d254 (diff)
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/subprogram-linkonce-weak.ll')
-rw-r--r--test/Linker/subprogram-linkonce-weak.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/subprogram-linkonce-weak.ll b/test/Linker/subprogram-linkonce-weak.ll
index e8bc67765bb..cc2034635bc 100644
--- a/test/Linker/subprogram-linkonce-weak.ll
+++ b/test/Linker/subprogram-linkonce-weak.ll
@@ -80,7 +80,7 @@ entry:
; WL: ![[BARIA]] = !DILocation(line: 12, scope: ![[BARSP]])
; WL: ![[BARRET]] = !DILocation(line: 13, scope: ![[BARSP]])
-!1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, subprograms: !{!3, !4}, emissionKind: 1)
+!1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, subprograms: !{!3, !4}, emissionKind: FullDebug)
!2 = !DIFile(filename: "bar.c", directory: "/path/to/dir")
!3 = distinct !DISubprogram(file: !2, scope: !2, line: 11, name: "bar", type: !5)
!4 = distinct !DISubprogram(file: !2, scope: !2, line: 1, name: "foo", type: !5)