]> granicus.if.org Git - clang/commit
Make test/Sema/atomic-ops.c free-standing
authorHal Finkel <hfinkel@anl.gov>
Fri, 3 Oct 2014 04:46:48 +0000 (04:46 +0000)
committerHal Finkel <hfinkel@anl.gov>
Fri, 3 Oct 2014 04:46:48 +0000 (04:46 +0000)
commit048ea3b6ef0ce89766fd8049bfa986f05d7dea51
tree657dded192a1f8b2536fc9dee0cc89c65d4c6e24
parentb1aa9bb939ec65de42778d47e63df4d2f2aa3fb0
Make test/Sema/atomic-ops.c free-standing

This test includes stdint.h, which might include system headers (and that might
not work, depending on the system configuration). Attempting to fix
llvm-clang-lld-x86_64-debian-fast.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218959 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/atomic-ops.c