diff options
author | Frederich Munch <colsebas@hotmail.com> | 2017-04-24 20:16:01 +0000 |
---|---|---|
committer | Frederich Munch <colsebas@hotmail.com> | 2017-04-24 20:16:01 +0000 |
commit | fd96d5e1c962df374494f98ac4d684e43dcf26f5 (patch) | |
tree | 770255a055e8aef2c84ca505daf67ccdb2d89951 /llvm/unittests/Support/DynamicLibrary/PipSqueak.h | |
parent | 0f62eea7ff4a1c5888eecba930d87361430a053b (diff) | |
download | bcm5719-llvm-fd96d5e1c962df374494f98ac4d684e43dcf26f5.tar.gz bcm5719-llvm-fd96d5e1c962df374494f98ac4d684e43dcf26f5.zip |
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order"
The i686-mingw32-RA-on-linux bot is still having errors.
This reverts commit r301236.
llvm-svn: 301240
Diffstat (limited to 'llvm/unittests/Support/DynamicLibrary/PipSqueak.h')
-rw-r--r-- | llvm/unittests/Support/DynamicLibrary/PipSqueak.h | 19 |
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 |