[debuginfo-tests] 5752bcf - [DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp test

Sourabh Singh Tomar via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 7 11:58:40 PST 2020


Author: Sourabh Singh Tomar
Date: 2020-02-08T01:27:32+05:30
New Revision: 5752bcf9e5ace8dc4942ba2e044ec045b8da7eb0

URL: https://github.com/llvm/llvm-project/commit/5752bcf9e5ace8dc4942ba2e044ec045b8da7eb0
DIFF: https://github.com/llvm/llvm-project/commit/5752bcf9e5ace8dc4942ba2e044ec045b8da7eb0.diff

LOG: [DebugInfo]: Fix the debuginfo-tests/llgdb-tests/apple-accel.cpp test
failure after 84e5760.

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 6a94e5501189..444a0f980c56 100644
--- a/debuginfo-tests/llgdb-tests/apple-accel.cpp
+++ b/debuginfo-tests/llgdb-tests/apple-accel.cpp
@@ -13,9 +13,9 @@
 __attribute__((section("1,__text_foo"))) void foo() {}
 int main (int argc, char const *argv[]) { return argc; }
 
-// CHECK: __debug_str
 // CHECK-NEXT: __debug_abbrev
 // CHECK-NEXT: __debug_info
+// CHECK-NEXT: __debug_str
 // CHECK-NEXT: __debug_ranges
 // CHECK-NEXT: __apple_names
 // CHECK-NEXT: __apple_objc


        


More information about the llvm-commits mailing list