[compiler-rt] r290124 - Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 10:09:18 PST 2016


Author: kuba.brecka
Date: Mon Dec 19 12:09:18 2016
New Revision: 290124

URL: http://llvm.org/viewvc/llvm-project?rev=290124&view=rev
Log:
Another fix-up for r290119: Include stdint.h so we have uint64_t on Linux.


Modified:
    compiler-rt/trunk/test/tsan/debug_alloc_stack.cc

Modified: compiler-rt/trunk/test/tsan/debug_alloc_stack.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/debug_alloc_stack.cc?rev=290124&r1=290123&r2=290124&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/debug_alloc_stack.cc (original)
+++ compiler-rt/trunk/test/tsan/debug_alloc_stack.cc Mon Dec 19 12:09:18 2016
@@ -3,6 +3,7 @@
 
 #include "test.h"
 #include <pthread.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 




More information about the llvm-commits mailing list