]> granicus.if.org Git - clang/commit
[tests] Only include stdint.h if we are in freestanding mode.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 17 Apr 2013 21:11:07 +0000 (21:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 17 Apr 2013 21:11:07 +0000 (21:11 +0000)
commit94effad4c71e4b25b7d56e6392526a55e3a989e7
tree5ea917da8af4d6b0c7e8ede3a50fcb9de3abc097
parent099ecfb0ed137665a3394187030d8fd7183fd9d4
[tests] Only include stdint.h if we are in freestanding mode.

 - We shouldn't even try to include stdint.h in hosted mode, as the dependency
   on even parsing a platforms stdint.h might fail for some targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179723 91177308-0d34-0410-b5e6-96231b3b80d8
test/Headers/c11.c