]> granicus.if.org Git - clang/commitdiff
clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been faili...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 2 Nov 2012 09:59:12 +0000 (09:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 2 Nov 2012 09:59:12 +0000 (09:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167293 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/bitfield-promote.c

index 93aaa9d8b7a0b8e6b4b897313808aa44cb3a15e9..437cd0eb5088a7ff07e52105aeb7ae4827248594 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -O3 -emit-llvm -S -o - %s | FileCheck %s
+// RUN: %clang -target i686-unknown-unknown -O3 -emit-llvm -S -o - %s | FileCheck %s
 
 long long f0(void) {
  struct { unsigned f0 : 32; } x = { 18 };