diff options
Diffstat (limited to 'test/Bitcode/DINamespace.ll')
| -rw-r--r-- | test/Bitcode/DINamespace.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Bitcode/DINamespace.ll b/test/Bitcode/DINamespace.ll index 2807cb02d3dd..e3a04fbc8724 100644 --- a/test/Bitcode/DINamespace.ll +++ b/test/Bitcode/DINamespace.ll @@ -10,8 +10,8 @@ target triple = "x86_64-apple-macosx10.12.0" !0 = distinct !DIGlobalVariable(name: "i", linkageName: "_ZN1N1iE", scope: !1, file: !2, line: 2, type: !3, isLocal: false, isDefinition: true) ; Test bitcode upgrade for DINamespace without an exportSymbols field. -; CHECK: !DINamespace(name: "N", scope: null, file: !{{[0-9]+}}, line: 1) -!1 = !DINamespace(name: "N", scope: null, file: !2, line: 1) +; CHECK: !DINamespace(name: "N", scope: null) +!1 = !DINamespace(name: "N", scope: null) !2 = !DIFile(filename: "dinamespace.cpp", directory: "/") !3 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) !4 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !2, producer: "clang version 4.0.0 (trunk 283228) (llvm/trunk 283225)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !5, globals: !6) |
