aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2017-06-09 16:42:26 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2017-06-09 16:42:26 +0000
commit0e1a4ca42e73c67e39b8cd8ad36c0bccdb488a94 (patch)
tree0de0661708715e25dec5e6cb4dc5430c125bccfe /llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp
parentcb28894ac05cf39cc3fba7a22c40ffb1fbfbf380 (diff)
downloadllvm-0e1a4ca42e73c67e39b8cd8ad36c0bccdb488a94.zip
llvm-0e1a4ca42e73c67e39b8cd8ad36c0bccdb488a94.tar.gz
llvm-0e1a4ca42e73c67e39b8cd8ad36c0bccdb488a94.tar.bz2
Repair 2010-05-31-palignr.c test
This test was silently failing since a long time because it failed to include stdlib.h (as it's running in a freestanding environment). However, because we used just not clang_cc1 instead of the verify mode, this regression was never noticed and the test was just always passing. This adds -ffreestanding to the invocation, so that tmmintrin.h doesn't indirectly include mm_malloc.h, which in turns includes the unavailable stdlib.h. We also run now in the -verify mode to prevent that we silently regress again. I've also updated the test to no longer check the return value of _mm_alignr_epi8 as this is also causing it to fail (and it's not really the job of this test to test this). Patch by Raphael Isemann (D34022) llvm-svn: 305089
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugInlineeLinesSubsection.cpp')
0 files changed, 0 insertions, 0 deletions