Skip to content

Commit 82bd2cd

Browse files
committed
HACK: Disable DebugFlag override.
1 parent 20648b8 commit 82bd2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ReOptimizeLayerTest : public testing::Test {
3636
protected:
3737

3838
void SetUp() override {
39-
DebugFlag = true;
39+
// DebugFlag = true;
4040

4141
auto JTMB = JITTargetMachineBuilder::detectHost();
4242
// Bail out if we can not detect the host.

0 commit comments

Comments
 (0)