summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/DynamicLibrary/PipSqueak.h
diff options
context:
space:
mode:
authorFrederich Munch <colsebas@hotmail.com>2017-04-24 03:33:30 +0000
committerFrederich Munch <colsebas@hotmail.com>2017-04-24 03:33:30 +0000
commitb8c236a6e4fb62594fe4f6bf44cf928fb51bbbde (patch)
treeab652829805e82631cf264fc143eb46ad927f490 /llvm/unittests/Support/DynamicLibrary/PipSqueak.h
parent799259f32024f1824849a686a40c53feef4a3c83 (diff)
downloadbcm5719-llvm-b8c236a6e4fb62594fe4f6bf44cf928fb51bbbde.tar.gz
bcm5719-llvm-b8c236a6e4fb62594fe4f6bf44cf928fb51bbbde.zip
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.”
The changes are causing the i686-mingw32 build to fail. This reverts commit r301153, and the changes for a separate warning on i686-mingw32 in r301155 and r301156. llvm-svn: 301157
Diffstat (limited to 'llvm/unittests/Support/DynamicLibrary/PipSqueak.h')
-rw-r--r--llvm/unittests/Support/DynamicLibrary/PipSqueak.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/unittests/Support/DynamicLibrary/PipSqueak.h b/llvm/unittests/Support/DynamicLibrary/PipSqueak.h
deleted file mode 100644
index e6a859d6071..00000000000
--- a/llvm/unittests/Support/DynamicLibrary/PipSqueak.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//===- llvm/unittest/Support/DynamicLibrary/PipSqueak.h -------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_PIPSQUEAK_H
-#define LLVM_PIPSQUEAK_H
-
-#ifdef _WIN32
-#define PIPSQUEAK_EXPORT __declspec(dllexport)
-#else
-#define PIPSQUEAK_EXPORT
-#endif
-
-#endif
OpenPOWER on IntegriCloud