summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerDefs.h
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-08-28 19:07:24 +0000
committerMatt Morehouse <mascasa@google.com>2018-08-28 19:07:24 +0000
commitbab8556f01b36f519f3f7bd9f616cab17a5bf862 (patch)
tree00c47d724c2e95064360d3dbf945a87ef17a1b21 /compiler-rt/lib/fuzzer/FuzzerDefs.h
parent755f41f3a2125d3ef56dfe2cb0997ae7243785c5 (diff)
downloadbcm5719-llvm-bab8556f01b36f519f3f7bd9f616cab17a5bf862.tar.gz
bcm5719-llvm-bab8556f01b36f519f3f7bd9f616cab17a5bf862.zip
Revert "[libFuzzer] Port to Windows"
This reverts commit r340860 due to failing tests. llvm-svn: 340867
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerDefs.h')
-rw-r--r--compiler-rt/lib/fuzzer/FuzzerDefs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerDefs.h b/compiler-rt/lib/fuzzer/FuzzerDefs.h
index 31655d562cd..a35c7a181b7 100644
--- a/compiler-rt/lib/fuzzer/FuzzerDefs.h
+++ b/compiler-rt/lib/fuzzer/FuzzerDefs.h
@@ -129,15 +129,8 @@
#if LIBFUZZER_WINDOWS
#define ATTRIBUTE_INTERFACE __declspec(dllexport)
-// This is used for __sancov_lowest_stack which is needed for
-// -fsanitize-coverage=stack-depth. That feature is not yet available on
-// Windows, so make the symbol static to avoid linking errors.
-#define ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC \
- __attribute__((tls_model("initial-exec"))) thread_local static
#else
#define ATTRIBUTE_INTERFACE __attribute__((visibility("default")))
-#define ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC \
- ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
#endif
namespace fuzzer {
OpenPOWER on IntegriCloud