[Lldb-commits] [lldb] 8cac6d1 - [Shell] Remove incorrectly cargo-culted UNSUPPORTED.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 16 13:24:26 PDT 2020


Author: Davide Italiano
Date: 2020-04-16T13:22:46-07:00
New Revision: 8cac6d1875e094f2b78621f3ff12e61553cd12ec

URL: https://github.com/llvm/llvm-project/commit/8cac6d1875e094f2b78621f3ff12e61553cd12ec
DIFF: https://github.com/llvm/llvm-project/commit/8cac6d1875e094f2b78621f3ff12e61553cd12ec.diff

LOG: [Shell] Remove incorrectly cargo-culted UNSUPPORTED.

Let's see if this sticks on the bots.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/static_scope.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/static_scope.s b/lldb/test/Shell/SymbolFile/DWARF/static_scope.s
index 17b248579849..84a69e08ecfc 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/static_scope.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/static_scope.s
@@ -2,7 +2,6 @@
 # variable `b`, which is `local` and not `static`.
 
 # REQUIRES: x86
-# UNSUPPORTED: lldb-repro
 
 # RUN: llvm-mc -triple=x86_64-apple-macosx10.15.0 -filetype=obj %s > %t.o
 # RUN: lldb-test symbols %t.o | FileCheck %s


        


More information about the lldb-commits mailing list