2016-09-04 14:00:42 +08:00
|
|
|
// RUN: rm -rf %t
|
2016-09-05 21:14:54 +08:00
|
|
|
// RUN: %clang_cc1 -triple i686-unknown-unknown -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding
|
2016-10-31 16:21:54 +08:00
|
|
|
// RUN: %clang_cc1 -triple i686-unknown-unknown -fsyntax-only -fmodules -fmodule-map-file=%resource_dir/module.modulemap -fmodules-cache-path=%t %s -verify -ffreestanding
|
2016-09-04 14:00:42 +08:00
|
|
|
// expected-no-diagnostics
|
|
|
|
|
|
|
|
#include<x86intrin.h>
|
|
|
|
|