From bd088560a88f602c78ffde0b68c97b20f29dc1b6 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 8 May 2018 06:21:12 +0000 Subject: [DebugInfo] Accept `S` in augmentation strings in CIE. glibc libc.a(sigaction.o) compiled from sysdeps/unix/sysv/linux/x86_64/sigaction.c uses "zRS". llvm-svn: 331738 --- llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-dwarfdump') diff --git a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp index 952010c95fd..273c535925c 100644 --- a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp +++ b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp @@ -565,7 +565,7 @@ int main(int argc, char **argv) { ShowChildren = true; // Defaults to a.out if no filenames specified. - if (InputFilenames.size() == 0) + if (InputFilenames.empty()) InputFilenames.push_back("a.out"); // Expand any .dSYM bundles to the individual object files contained therein. -- cgit v1.2.3