]> granicus.if.org Git - clang/commit
Enable -ffreestanding for this test, to avoid #include_next'ing the system's
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jul 2013 18:35:53 +0000 (18:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 3 Jul 2013 18:35:53 +0000 (18:35 +0000)
commit6f0bca7a0ababdfe141f7b1c0435f4ff71d1bff5
treeff3b1bc7713f84adefa8639d48fc2aa7d0488597
parenta0c077ea06f8488ccd670ef4d185943b4b31bb55
Enable -ffreestanding for this test, to avoid #include_next'ing the system's
<stdint.h> (which might not exist or might not work).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185565 91177308-0d34-0410-b5e6-96231b3b80d8
test/Headers/cxx11.cpp