]> granicus.if.org Git - clang/commit
Fix clang tests to be compliant with LLVM IR aliases
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 10 Jul 2014 16:26:19 +0000 (16:26 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 10 Jul 2014 16:26:19 +0000 (16:26 +0000)
commitca8175a1c43cffd2ff38ad482ce81ce7fe642575
tree31996ab7d5605877b4406bc502afe4be309787d4
parent00a1ef8023158119fb897948b384a6bc8c96d801
Fix clang tests to be compliant with LLVM IR aliases

Comdat IR references were mistakenly printed for aliases when they
passed through the IR/AsmWriter code.

This makes clang's tests not check for the existance of these wrongly
printed comdat references.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212733 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/dllexport.cpp
test/CodeGenCXX/microsoft-abi-vftables.cpp