[PATCH] D12001: Implement __emutls_get_address

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 04:42:21 PDT 2015


On Tue, Aug 25, 2015 at 02:22:02AM +0000, Saleem Abdulrasool via llvm-commits wrote:
> 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?

In that case it should use the more normal typedef version.

Joerg


More information about the llvm-commits mailing list