[llvm] 0580708 - Activate extension loading test on Darwin now that the underlying fix has landed

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 05:04:54 PST 2020


Author: serge-sans-paille
Date: 2020-01-30T14:04:27+01:00
New Revision: 058070893428a480b76a137f647ae6b9c89ac2d4

URL: https://github.com/llvm/llvm-project/commit/058070893428a480b76a137f647ae6b9c89ac2d4
DIFF: https://github.com/llvm/llvm-project/commit/058070893428a480b76a137f647ae6b9c89ac2d4.diff

LOG: Activate extension loading test on Darwin now that the underlying fix has landed

Original bug fixed by ab2300bc154f7bed43f85f74fd3fe31be71d90e0

Added: 
    

Modified: 
    llvm/test/Feature/load_extension.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Feature/load_extension.ll b/llvm/test/Feature/load_extension.ll
index 1838aa4ab0de..62b49bac6339 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


        


More information about the llvm-commits mailing list