diff options
author | Lang Hames <lhames@gmail.com> | 2018-07-11 04:39:12 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2018-07-11 04:39:12 +0000 |
commit | a53aa290a5942d442097fe6af06c809672039ed1 (patch) | |
tree | 1178c4ca69e0b8fde16b42eef8f4676827f250ce /llvm/unittests/ExecutionEngine | |
parent | fdf1a855e01fc935e37c282308a5c4ecbcedb79b (diff) | |
download | bcm5719-llvm-a53aa290a5942d442097fe6af06c809672039ed1.tar.gz bcm5719-llvm-a53aa290a5942d442097fe6af06c809672039ed1.zip |
[ORC] Remove a shadowing definition.
There is already a VSO member V in the CoreAPIsStandardTest test fixture.
llvm-svn: 336761
Diffstat (limited to 'llvm/unittests/ExecutionEngine')
-rw-r--r-- | llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp index 09e6a23bea7..60354cca6f3 100644 --- a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp @@ -520,8 +520,6 @@ TEST_F(CoreAPIsStandardTest, DropMaterializerWhenEmpty) { }, [&]() { DestructorRun = true; }); - auto &V = ES.createVSO("V"); - cantFail(V.define(MU)); cantFail(V.define(absoluteSymbols({{Foo, FooSym}}))); |