Commit Graph

5 Commits

Author SHA1 Message Date
Petr Hosek 9421b20095 [CMake] Use normalized Windows target triples
Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.

Differential Revision: https://reviews.llvm.org/D47381

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339307 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-09 02:16:18 +00:00
Aaron Ballman b0d2c9bfb8 Fixing some comments in this test. No functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209128 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-19 14:52:09 +00:00
NAKAMURA Takumi 0ed39f5e25 Disable cross-windows-on-linux.cpp for now. It may or may not fail. :/
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203642 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-12 06:16:26 +00:00
Saleem Abdulrasool 5fcb460449 Lexer: split test into separate files
Unfortunately, XFAIL applies to the entire file.  Split the test into two
different units, enabling the proper application of XFAIL on the test which is
expected to fail on Windows.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203633 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-12 02:53:12 +00:00
Saleem Abdulrasool afd5279cd9 Lex: reduce buffer size, add a test
Reduce the stack usage as hopefully include paths are usually not too long.  Add
a test case for the path normalisation behaviour.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203632 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-12 02:26:08 +00:00