forked from OSchip/llvm-project
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:
parent
525334cf6c
commit
e45972719e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue