summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2019-08-03 01:33:04 +0000
committerLang Hames <lhames@gmail.com>2019-08-03 01:33:04 +0000
commit38136d3b9687a2b0a39f7c3c0f9276331d624b2e (patch)
tree2439b5237852bc80293cba9ce7334e071b7cffa7 /llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
parent9e0f2c2d9dae803093d4a60856cb45f081143070 (diff)
downloadbcm5719-llvm-38136d3b9687a2b0a39f7c3c0f9276331d624b2e.tar.gz
bcm5719-llvm-38136d3b9687a2b0a39f7c3c0f9276331d624b2e.zip
[ORC] Remove some old debugging output from a unit test.
llvm-svn: 367742
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp')
-rw-r--r--llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
index fb55c4b98ef..adc4f52b8e4 100644
--- a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
+++ b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
@@ -685,8 +685,6 @@ TEST_F(CoreAPIsStandardTest, FailResolution) {
SymbolFlagsMap({{Foo, JITSymbolFlags::Exported | JITSymbolFlags::Weak},
{Bar, JITSymbolFlags::Exported | JITSymbolFlags::Weak}}),
[&](MaterializationResponsibility R) {
- dbgs() << "Before failMat:\n";
- ES.dump(dbgs());
R.failMaterialization();
});
OpenPOWER on IntegriCloud