Skip to content

Commit d930092

Browse files
committed
Specify -ffreestanding to use the stdint header
1 parent fbe261f commit d930092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/builtin-rotate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
1+
// RUN: %clang_cc1 -ffreestanding %s -emit-llvm -o - | FileCheck %s
22

33
#include<stdint.h>
44

0 commit comments

Comments
 (0)