]> granicus.if.org Git - clang/commit
Debug Info testing case: move uuid-related testing to a separate file.
authorManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 18:31:02 +0000 (18:31 +0000)
committerManman Ren <manman.ren@gmail.com>
Wed, 28 Aug 2013 18:31:02 +0000 (18:31 +0000)
commit7b1e9b423a5138d0d54709b902bbfc42f6270fcb
tree3deb6c767038418dac8da495adbab8d5928842de
parent324cc03788cbf97f680511b6a91adccff9d9c261
Debug Info testing case: move uuid-related testing to a separate file.

Seperate the parts related to uuid from debug-info-template.cpp to
debug-info-uuid.cpp since Itanium mangler does not have support for mangling
uuid yet.

Remove -fms-extensions from RUN line of debug-info-template.cpp.
RUN line of debug-info-uuid.cpp has -fms-extensions and -cxx-abi microsoft.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189498 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/debug-info-template.cpp
test/CodeGenCXX/debug-info-uuid.cpp [new file with mode: 0644]