diff options
| author | Chaoren Lin <chaorenl@google.com> | 2015-04-16 22:03:43 +0000 |
|---|---|---|
| committer | Chaoren Lin <chaorenl@google.com> | 2015-04-16 22:03:43 +0000 |
| commit | 54fff4c9e258b58833083e8171730a0e7818d166 (patch) | |
| tree | ffb6f84939ae183ec0bef683079f26cc67b38d36 /lldb/test/functionalities/plugins | |
| parent | c82d0ca1a7695168d4bca09f0b468715a8d12ab0 (diff) | |
| download | bcm5719-llvm-54fff4c9e258b58833083e8171730a0e7818d166.tar.gz bcm5719-llvm-54fff4c9e258b58833083e8171730a0e7818d166.zip | |
Fix TestPluginCommands for gcc.
Summary: gcc requires that LDFLAGS come after DYLIB_OBJECTS.
Test Plan: TestPluginCommands passes.
Reviewers: sivachandra, pcc, clayborg
Reviewed By: clayborg
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D9045
llvm-svn: 235137
Diffstat (limited to 'lldb/test/functionalities/plugins')
| -rw-r--r-- | lldb/test/functionalities/plugins/commands/TestPluginCommands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py index 4fbb7a677d8..9b63ead8134 100644 --- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py +++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py @@ -21,7 +21,6 @@ class PluginCommandTestCase(TestBase): @expectedFailureFreeBSD('llvm.org/pr17430') @skipIfi386 # This test links against liblldb.so. Thus, the test requires a 32-bit liblldb.so. - @skipIfGcc # llvm.org/pr23221 @skipIfNoSBHeaders def test_load_plugin(self): """Test that plugins that load commands work correctly.""" |

