summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineCSE.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-08-14 17:39:48 +0000
committerReid Kleckner <rnk@google.com>2015-08-14 17:39:48 +0000
commit89d994367a597134fa7e1724314044e217718165 (patch)
tree2fd99ff76e9e3563b871e3bc2a932207d4820daa /llvm/lib/CodeGen/MachineCSE.cpp
parent7ae63aa85d467255c7a666433d5a8023d57af492 (diff)
downloadbcm5719-llvm-89d994367a597134fa7e1724314044e217718165.tar.gz
bcm5719-llvm-89d994367a597134fa7e1724314044e217718165.zip
[windows] Fix or XFAIL remaining portable test failures and enable them
Summary: This involved various fixes: - Move a test that uses ulimit to Posix. - Add a few "REQUIRES: shell" lines to tests using backtick subshell evaluation. - The MSVC CRT buffers stdio if the output is a pipe by default. Some tests need that disabled to avoid interleaving test stdio with asan output. - MSVC headers provide _alloca instead of alloca (go figure), so add a portability macro to the two alloca tests. - XFAIL tests that rely on accurate symbols, we need to pass more flags to make that work. - MSVC's printf implementation of %p uses upper case letters and doesn't add 0x, so do that manually. - Accept "SEGV" or "access-violation" reports in crash tests. Reviewers: samsonov Subscribers: tberghammer, danalbert, llvm-commits, srhines Differential Revision: http://reviews.llvm.org/D12019 llvm-svn: 245073
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud