Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: src/IceTLS.h

Issue 1738443002: Subzero. Performance tweaks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments -- all of them Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceRegAlloc.cpp ('k') | src/IceTargetLowering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTLS.h
diff --git a/src/IceTLS.h b/src/IceTLS.h
index cd12da7bcc8e6d689c0edd30e6a3e8b6ded41fb8..14865a998f375cf219bdde8d5bf4193cd620fc2b 100644
--- a/src/IceTLS.h
+++ b/src/IceTLS.h
@@ -66,6 +66,8 @@
// called. The F__key field is used as the argument to pthread_getspecific()
// and pthread_setspecific().
+#include "llvm/Support/ErrorHandling.h"
+
#include <pthread.h>
#define ICE_TLS_DECLARE_FIELD(Type, FieldName) \
« no previous file with comments | « src/IceRegAlloc.cpp ('k') | src/IceTargetLowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698