[llvm] 3524755 - Revert "Activate extension loading test on Darwin now that the underlying fix has landed"
Jan Korous via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 11:04:49 PST 2020
Author: Jan Korous
Date: 2020-02-05T11:04:38-08:00
New Revision: 3524755a1a25c18ecf47e50e5186232da0751cfe
URL: https://github.com/llvm/llvm-project/commit/3524755a1a25c18ecf47e50e5186232da0751cfe
DIFF: https://github.com/llvm/llvm-project/commit/3524755a1a25c18ecf47e50e5186232da0751cfe.diff
LOG: Revert "Activate extension loading test on Darwin now that the underlying fix has landed"
This reverts commit 058070893428a480b76a137f647ae6b9c89ac2d4.
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 62b49bac6339..1838aa4ab0de 100644
--- a/llvm/test/Feature/load_extension.ll
+++ b/llvm/test/Feature/load_extension.ll
@@ -1,3 +1,6 @@
+; 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