diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-05-11 17:25:50 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-05-11 17:25:50 +0000 |
commit | 866c87f07bfb377b52942f44ab5c160343ff68c2 (patch) | |
tree | 3da110e6a918350423c7e30c32b4ea329a795a9a /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ce5528ac9184891f9f294acc9d09b3262c2dbba8 (diff) | |
download | llvm-866c87f07bfb377b52942f44ab5c160343ff68c2.zip llvm-866c87f07bfb377b52942f44ab5c160343ff68c2.tar.gz llvm-866c87f07bfb377b52942f44ab5c160343ff68c2.tar.bz2 |
DebugInfo: Simplify/correct test for correct constant emission when dealing with derived types.
This test was using the inliner and other optimizations to test a case
that's actually a bug anyway. Bug and possible fix/discussion described
here ( http://reviews.llvm.org/D3714 ).
But the functionality that was implemented along with this test is still
desired, so simplify the test to verify a more obvious/less wrong case
that the functionality addressed: looking through const sugar to the
underlying type when emitting a constant (so the constant is emitted as
signed/unsigned as appropriate depending on the signedness of the
underlying type).
llvm-svn: 208504
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions