[compiler-rt] r295002 - Fixup for r293885: Update external.cc testcase to include the forgotten stdlib.h.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 15:28:06 PST 2017


Author: kuba.brecka
Date: Mon Feb 13 17:28:06 2017
New Revision: 295002

URL: http://llvm.org/viewvc/llvm-project?rev=295002&view=rev
Log:
Fixup for r293885: Update external.cc testcase to include the forgotten stdlib.h.


Modified:
    compiler-rt/trunk/test/tsan/Darwin/external.cc

Modified: compiler-rt/trunk/test/tsan/Darwin/external.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/Darwin/external.cc?rev=295002&r1=295001&r2=295002&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/Darwin/external.cc (original)
+++ compiler-rt/trunk/test/tsan/Darwin/external.cc Mon Feb 13 17:28:06 2017
@@ -17,6 +17,7 @@
 #include <dlfcn.h>
 #include <pthread.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 struct MyObject;
 typedef MyObject *MyObjectRef;




More information about the llvm-commits mailing list