[llvm] d009008 - Remove no un-necessary require for load_extension.ll
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 23:29:24 PST 2020
Author: serge-sans-paille
Date: 2020-02-26T08:29:09+01:00
New Revision: d00900801aae04e6dfde7eb4ca2811d9a6887cf8
URL: https://github.com/llvm/llvm-project/commit/d00900801aae04e6dfde7eb4ca2811d9a6887cf8
DIFF: https://github.com/llvm/llvm-project/commit/d00900801aae04e6dfde7eb4ca2811d9a6887cf8.diff
LOG: Remove no un-necessary require for load_extension.ll
Local testing on OSX no longer exhibit the linking error mentioned in
https://reviews.llvm.org/D71959#1860286
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