diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-01-30 18:49:05 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-01-30 18:49:05 +0000 |
commit | ba0e3189ed60eb8c36f6f8e16d585ca9beb523d9 (patch) | |
tree | 77f2ad3c796b481e6218ade3e37cd47734578eb5 /lib/Headers | |
parent | 0c8731a2724e1aee3b908dcfd589a89d4b7938e9 (diff) |
Fix typo spotted by Sebastian. Thanks!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Headers')
-rw-r--r-- | lib/Headers/module.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Headers/module.map b/lib/Headers/module.map index c8fe9d888e..1a1e0e26ca 100644 --- a/lib/Headers/module.map +++ b/lib/Headers/module.map @@ -99,7 +99,7 @@ module __compiler_builtins [system] { explicit module avx2 { requires avx2 - export acx + export avx header "avx2intrin.h" } |