summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2018-03-28 12:36:46 +0000
committerAlexander Potapenko <glider@google.com>2018-03-28 12:36:46 +0000
commit202f8094372e51e120629f7a5d04993455d36ad7 (patch)
tree6c8898775f36e92d2ce0b1776f19a2cd5d088d03 /llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
parent5076b98fb91b5befd592cbcf220b0de28855fc59 (diff)
downloadbcm5719-llvm-202f8094372e51e120629f7a5d04993455d36ad7.tar.gz
bcm5719-llvm-202f8094372e51e120629f7a5d04993455d36ad7.zip
Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""
This reverts commit r328676. Commit r328676 broke the -no-integrated-as flag necessary to build Linux kernel with Clang: $ cat t.c void foo() {} $ clang -no-integrated-as -c t.c -g /tmp/t-dcdec5.s: Assembler messages: /tmp/t-dcdec5.s:8: Error: file number less than one clang-7.0: error: assembler command failed with exit code 1 (use -v to see invocation) llvm-svn: 328699
Diffstat (limited to 'llvm/test/MC/ARM/dwarf-asm-multiple-sections.s')
-rw-r--r--llvm/test/MC/ARM/dwarf-asm-multiple-sections.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
index cff8f000731..4c099acccd5 100644
--- a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
+++ b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
@@ -54,9 +54,9 @@ b:
// DWARF-DL: .debug_line contents:
// DWARF-DL: version: [[DWVER]]
// DWARF-DL-5: address_size: 4
-// DWARF-DL-5: include_directories[ 0] = "/tmp"
+// DWARF-DL-5: include_directories[ 0] = ""
// DWARF-DL: file_names[ [[DWFILE]]]:
-// DWARF-DL: name: "{{(<stdin>|-)}}"
+// DWARF-DL: name: "<stdin>"
// DWARF-DL: 0x0000000000000000 17 0 1 0 0 is_stmt
// DWARF-DL-NEXT: 0x0000000000000004 17 0 1 0 0 is_stmt end_sequence
// DWARF-DL-NEXT: 0x0000000000000000 21 0 1 0 0 is_stmt
OpenPOWER on IntegriCloud