Move the adc-builtins test to the pattern of the other builtins

tests by predefining _MM_MALLOC_H rather than use -ffreestanding.

llvm-svn: 250203
This commit is contained in:
Eric Christopher 2015-10-13 18:40:21 +00:00
parent 525334cf6c
commit e45972719e
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -ffreestanding -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
#define __MM_MALLOC_H
#include <x86intrin.h>