[PATCH] D12001: Implement __emutls_get_address

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 19:22:02 PDT 2015


compnerd added inline comments.

================
Comment at: compiler-rt/lib/builtins/comp_assert.h:20
@@ +19,3 @@
+#define COMPILE_TIME_ASSERT(pred) { \
+    char dummy[(pred) ? 0 : -1] __attribute__((unused)); \
+}
----------------
Why not just put this in int_lib.h?


http://reviews.llvm.org/D12001





More information about the llvm-commits mailing list