From 058070893428a480b76a137f647ae6b9c89ac2d4 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 30 Jan 2020 11:09:11 +0100 Subject: [PATCH] Activate extension loading test on Darwin now that the underlying fix has landed Original bug fixed by ab2300bc154f7bed43f85f74fd3fe31be71d90e0 --- llvm/test/Feature/load_extension.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll index 1838aa4..62b49ba 100644 --- a/llvm/test/Feature/load_extension.ll +++ b/llvm/test/Feature/load_extension.ll @@ -1,6 +1,3 @@ -; This is currently failing on multiple platforms. Disable while investigation occurs. -; UNSUPPORTED: darwin - ; RUN: opt %s %loadbye -goodbye -wave-goodbye -disable-output 2>&1 | FileCheck %s ; REQUIRES: plugins, examples ; CHECK: Bye -- 2.7.4