[debuginfo-tests] 54146cb - [debuginfo-tests] Update test for double-dash long-option.

Jonas Devlieghere via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 20:57:49 PDT 2020


Author: Jonas Devlieghere
Date: 2020-03-15T20:56:33-07:00
New Revision: 54146cbd32e319029cd1ff8519f76e2a3820bb8c

URL: https://github.com/llvm/llvm-project/commit/54146cbd32e319029cd1ff8519f76e2a3820bb8c
DIFF: https://github.com/llvm/llvm-project/commit/54146cbd32e319029cd1ff8519f76e2a3820bb8c.diff

LOG: [debuginfo-tests] Update test for double-dash long-option.

Added: 
    

Modified: 
    debuginfo-tests/llgdb-tests/apple-accel.cpp

Removed: 
    


################################################################################
diff  --git a/debuginfo-tests/llgdb-tests/apple-accel.cpp b/debuginfo-tests/llgdb-tests/apple-accel.cpp
index a125c57428c4..2705c29a5fb2 100644
--- a/debuginfo-tests/llgdb-tests/apple-accel.cpp
+++ b/debuginfo-tests/llgdb-tests/apple-accel.cpp
@@ -4,9 +4,9 @@
 // These sections are going to be retired in DWARF 5, so we hardcode
 // the DWARF version in the tests.
 // RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-2 -O0 -c -g -o %t-ex
-// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
+// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
 // RUN: %clang %s %target_itanium_abi_host_triple -gdwarf-4 -O0 -c -g -o %t-ex
-// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s
+// RUN: llvm-objdump --section-headers %t-ex | FileCheck %s
 
 // A function in a 
diff erent section forces the compiler to create the
 // __debug_ranges section.


        


More information about the llvm-commits mailing list