]> granicus.if.org Git - clang/commitdiff
CodeGen/compound-assign-overflow.c: include stdint.h in freestanding mode
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 8 Jan 2013 14:47:41 +0000 (14:47 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 8 Jan 2013 14:47:41 +0000 (14:47 +0000)
This hopefully fixes the ARM buildbot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171853 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/compound-assign-overflow.c

index a178e9b02c851068a8ec2a3e0ff5173796cacc6c..58df89609edb58af5cc77efc7d5efaab1ce54390 100644 (file)
@@ -1,5 +1,5 @@
 // Verify proper type emitted for compound assignments
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s  -fsanitize=signed-integer-overflow,unsigned-integer-overflow | FileCheck %s
+// RUN: %clang_cc1 -ffreestanding -triple x86_64-apple-darwin10 -emit-llvm -o - %s  -fsanitize=signed-integer-overflow,unsigned-integer-overflow | FileCheck %s
 
 #include <stdint.h>